compiling with -std=c++0x option
Hello,
I am trying to compile a source file that utilizes boost::multi_array.
When I try to compile the file with the option -std=c++0x, I get the
following error:
/apps/boost_1_48/include/boost/multi_array/extent_gen.hpp(62): error: class
"boost::detail::multi_array::extent_gen<2UL>" has no suitable copy
constructor
return extent_gen
participants (1)
-
Norman Lo