Opened 4 years ago

Last modified 4 years ago

#13550 new Patches

Boost foreach library trigger warning in Qt

Reported by: Martin Delille <martin@…> Owned by: Eric Niebler
Milestone: To Be Determined Component: foreach
Version: Boost Development Trunk Severity: Optimization
Keywords: Cc:

Description

Since I use clazy I have such warnings:

warning: zero as null pointer constant
    foreach.hpp: 1100:77: note expanded from macro BOOST_FOREACH
    foreach.hpp: 1014:9: note expanded from macro BOOST_FOREACH_CONTAIN
    foreach.hpp: 942:13: note expanded from macro BOOST_FOREACH_SHOULD_COPY

I have a running pull request here: https://github.com/boostorg/foreach/pull/7

Change History (1)

comment:1 by John Maddock, 4 years ago

Component: Noneforeach
Owner: set to Eric Niebler
Note: See TracTickets for help on using tickets.