Skip to main content

All Questions

Filter by
Sorted by
Tagged with
3 votes
2 answers
116 views

boost multiarray segmentation fault

I`m writing a code for which I'm using a 3 dimensional boost multiarray to save coordinates. But I always get a segmentation fault at some point. How are boost multiarray sizes limited and how can I ...
Myrkjartan's user avatar
2 votes
1 answer
951 views

Segmentation fault on boost::multi_array

The following code gives a segmentation fault: #include <iostream> #include <fstream> #include "binItr.h" #include <boost/multi_array.hpp> using namespace std; int main(){ ...
suresh's user avatar
  • 1,109