1 Apr
2024
1 Apr
'24
5:21 p.m.
Ivan Matek wrote:
Or why is
#include
still available in latest boost?
We should probably do something about that. Unfortunately,
`#define BOOST_FOREACH(VAR, COL) for(VAR: COL)` doesn't
work (of course) because as it turns out BOOST_FOREACH
supports iteration over string literals and std::pair