Hi Stan,
Sorry for quite late reply.
Which line is correct?With the -std=c++11 it compiles and runs without any issue.With -std=c++11 I get
Which standard library (and its version) are you using?boost_1_60_0\boost/fusion/
container/vector/vector.hpp: 126:20: error: no template named 'forward' in namespace 'std'; did you mean 'advance_detail::forward'? return std::forward<result>(*advance_
c<N>(begin(seq)));
and many similar errors.