id summary reporter owner description type status milestone component version severity resolution keywords cc 12538 Compiler error when assigning result of list_of to std::list on GCC ldionne.2@… James E. King, III "The following program fails to compile on GCC: {{{ #!c++ #include #include int main() { std::list l; l = boost::assign::list_of(1)(2); } }}} [http://melpon.org/wandbox/permlink/wF67wEUtRv6betkO]" Bugs closed To Be Determined assign Boost 1.61.0 Problem duplicate