#2162 closed Bugs (worksforme)
remove_pointer<T> fails to compile on msvc6.5
Reported by: | 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 , 14 years ago
comment:2 by , 14 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Closing due to lack of requested information.
Note:
See TracTickets
for help on using tickets.
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.