
29 Jul
2011
29 Jul
'11
8:25 a.m.
Michel MORIN wrote:
GCC 4.6 (in C++03 mode) changes the behavior of rvalue conversion. This affects the way of lvalue/rvalue detection in Boost.Foreach; then compilation error occurs.
Minor correction: GCC 4.6 changes the behavior of rvalue conversion. This affects the way of lvalue/rvalue detection in Boost.Foreach; then compilation error occurs in C++03 mode of GCC 4.6. Regards, Michel