Guest User

Untitled

a guest
Apr 22nd, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. #include <boost_1_66_0boostmulti_array.hpp>
  2. #include <iostream>
  3.  
  4. using namespace std;
  5.  
  6. int main()
  7. {
  8. boost::multi_array<double, 1, allocator<double>> a{ boost::extents[6] };
  9. system("pause");
  10. return 0;
  11. }
Add Comment
Please, Sign In to add comment