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: | 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 , 9 years ago
comment:2 by , 9 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Fix committed to trunk in rev. [84512].