Opened 9 years ago

Closed 9 years ago

#8614 closed Bugs (fixed)

ios_base format flags ingored in boost.log when logging const char *

Reported by: oleg00@… Owned by: Andrey Semashev
Milestone: To Be Determined Component: log
Version: Boost Development Trunk Severity: Problem
Keywords: log steam formatting Cc:

Description

This is due to the fact the the iostream's formatting operators are ignored when streaming C strings. Possibly other types as well.

Change History (2)

comment:1 by Andrey Semashev, 9 years ago

Fix committed to trunk in rev. [84512].

comment:2 by Andrey Semashev, 9 years ago

Resolution: fixed
Status: newclosed

(In [84677]) Merged changes from trunk. Fixes #8614.

Note: See TracTickets for help on using tickets.