Opened 6 years ago

Closed 5 years ago

#12691 closed Bugs (fixed)

remove special character for compile warning

Reported by: jshan@… Owned by: Samuel Krempp
Milestone: Boost 1.63.0 Component: format
Version: Boost 1.62.0 Severity: Cosmetic
Keywords: Cc: jshan@…

Description

there is a special character included in /boost/format/alt_sstream_impl.hpp line 176. (based on 1.62)

follow is what the code is seen from my environment

BOOST_ASSERT(0); �27.4.3.2 allows undefined-behaviour here

VS compiler hates this and pops up warning C4819.

please remove remark text or make it clean.

Change History (2)

comment:1 by Kohei Takahashi, 6 years ago

Component: Building Boostformat
Owner: set to Samuel Krempp

comment:2 by James E. King, III, 5 years ago

Milestone: To Be DeterminedBoost 1.63.0
Resolution: fixed
Severity: ProblemCosmetic
Status: newclosed
Note: See TracTickets for help on using tickets.