Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#2004 closed Bugs (fixed)

[exception] 'hex' : is not a member of 'std'

Reported by: faridz@… 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 Marshall Clow, 14 years ago

Owner: set to Emil Dotchevski

comment:2 by Marshall Clow, 14 years ago

I see a comment for this file - "emildotchevski: Added missing #include <ios>" in revision #46391. Has this been fixed?

comment:3 by Emil Dotchevski, 14 years ago

Resolution: fixed
Status: newclosed

comment:4 by (none), 14 years ago

Milestone: Boost 1.35.1

Milestone Boost 1.35.1 deleted

Note: See TracTickets for help on using tickets.