Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#2162 closed Bugs (worksforme)

remove_pointer<T> fails to compile on msvc6.5

Reported by: ingo.loehken@… Owned by: John Maddock
Milestone: Component: type_traits
Version: Boost 1.35.0 Severity: Problem
Keywords: Cc:

Description

the implementation in type_traits/msvc/remove_pointer.hpp uses a wrong parameter type, int must be replaced with bool to fix the problem.

Change History (3)

comment:1 by John Maddock, 14 years ago

Works for me with VC6sp6, can you see if libs/type_traits/remove_pointer_test.cpp compiles OK, and if not please provide a patch.

Thanks, John.

comment:2 by John Maddock, 14 years ago

Resolution: worksforme
Status: newclosed

Closing due to lack of requested information.

comment:3 by (none), 14 years ago

Milestone: Boost 1.35.1

Milestone Boost 1.35.1 deleted

Note: See TracTickets for help on using tickets.