Boost logo

Boost :

Subject: Re: [boost] [foreach] use of boost_foreach_argument_dependent_lookup_hack
From: Tim Blechmann (tim_at_[hidden])
Date: 2015-07-14 05:50:56


> template<typename SuperMeta,typename TagList>
> inline boost::mpl::true_* boost_foreach_is_noncopyable(
> boost::multi_index::detail::sequenced_index<SuperMeta,TagList>*&,
> boost::foreach::tag)
> {
> return 0;
> }
>
> Unfortunately Qt (in some configuration modes, at least), defines
> a macro foreach to Q_FOREACH, which produces the following problem,
> even if Boost.Foreach was not intended to be used:

btw, this can easily be workarounded by using push_macro/pop_macro
pragmas on the most widely used compilers.

i've submitted some pull requests about this for several libraries, but
some devs prefer to blame qt for introducing pseudokeywords instead of
merging the workarounds


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk