#2004 closed Bugs (fixed)
[exception] 'hex' : is not a member of 'std'
Reported by: | Owned by: | Emil Dotchevski | |
---|---|---|---|
Milestone: | Component: | None | |
Version: | Boost Development Trunk | Severity: | Showstopper |
Keywords: | Cc: | Emil Dotchevski |
Description
During testing boost with Apache STDCXX Library I've got the following errors (see here).
The reason is that std::hex manipulator is declared in <ios> header file, but boost/exception/to_string_stub.hpp doesn't #includes <ios> header.
I propose to #include <ios> header in boost/exception/to_string_stub.hpp file.
Change History (4)
comment:1 by , 14 years ago
Owner: | set to |
---|
comment:2 by , 14 years ago
comment:3 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I see a comment for this file - "emildotchevski: Added missing #include <ios>" in revision #46391. Has this been fixed?