Opened 21 years ago

Closed 21 years ago

#27 closed Bugs (Fixed)

type_traits warnings on MSVC (1.26.0)

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

Description

when using -Gr (register calling convention) all 
functions using ellipsis generate a warning. Adding 
__cdecl fixes this.

conversion_traits.hpp : line 57
composite_traits.hpp  : lines 73, 75, 143, 683

these were the ones I bumped in to, could be more.

Change History (2)

comment:1 by John Maddock, 21 years ago

Logged In: YES 
user_id=14804

Thanks, that will be fixed shortly (Sourceforge's cvs 
server is down right now).

John Maddock

comment:2 by John Maddock, 21 years ago

Status: assignedclosed
Note: See TracTickets for help on using tickets.