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.
Note:
See TracTickets
for help on using tickets.