5 lines
136 B
Plaintext
5 lines
136 B
Plaintext
[#getting_started_6]
|
|
|
|
using vector_of_numbers = boost::mpl::vector< boost::mpl::int_<2>, boost::mpl::int_<5>, boost::mpl::int_<6> >;
|
|
|