Opened 15 years ago
Closed 15 years ago
#1510 closed Bugs (fixed)
[format] C6323 compiler warning from VC8/VC9
Reported by: | Owned by: | Samuel Krempp | |
---|---|---|---|
Milestone: | To Be Determined | Component: | format |
Version: | Boost Development Trunk | Severity: | Cosmetic |
Keywords: | Cc: |
Description
Building a project that uses format in VC8/9 with the code analysis option enabled results in a 6323 warning:
boost\format\feed_args.hpp(214) : warning C6323: Use of arithmetic operator on Boolean type(s)
from
size_type sz = (std::min)(res_size+prefix_space, tmp_size);
Is it ok to simply silence this with a 'pragma warning'?
Note:
See TracTickets
for help on using tickets.
Hopefully this is fixed in changeset 42077.
John Maddock.