All Questions
Tagged with boost-multi-array segmentation-fault
2 questions
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 ...
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(){
...