Opened 5 years ago

#13134 new Bugs

Warnings about the use of 0 as null pointer constant.

Reported by: kot.tom97@… 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, ifdefing on BOOST_NO_CXX11_NULLPTR. Shall I create a PR?

Change History (0)

Note: See TracTickets for help on using tickets.