Opened 19 years ago

Closed 18 years ago

#198 closed Bugs (Invalid)

typo in is_convertible.hpp

Reported by: nobody Owned by: John Maddock
Milestone: Component: type_traits
Version: None Severity:
Keywords: Cc:

Description

is_convertible.hpp line 131, build 1.30.2:

BOOST_MSVC > 1310

should most likely be

BOOST_MSVC >= 1310

Change History (1)

comment:1 by John Maddock, 18 years ago

Status: assignedclosed
Logged In: YES 
user_id=14804

Originally that was the case: but some people were having
some obscure and hard to track down problems that led us to
disable that branch of the logic for VC7.1.  It seems to be
OK for VC8 though, so the logic is correct.

John Maddock
Note: See TracTickets for help on using tickets.