Opened 5 years ago
#13134 new Bugs
Warnings about the use of 0 as null pointer constant.
Reported by: | Owned by: | Peter Dimov | |
---|---|---|---|
Milestone: | To Be Determined | Component: | core |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
boost/core/lightweight_test_trait.hpp
uses 0 as null pointer constant. Compilers issue warnings about it. This could, however, be easily fixed by, for example, ifdef
ing on BOOST_NO_CXX11_NULLPTR
. Shall I create a PR?
Note:
See TracTickets
for help on using tickets.