Boost logo

Boost Users :

From: Nindi Singh (nindi73_at_[hidden])
Date: 2008-01-03 19:31:13


I am getting a seg fault on running the following code. _______________________________________________________________________ #include<map> #include<vector> #include<boost/pool/pool_alloc.hpp> typedef std::vector<double,boost::pool_allocator<double > > vector; int main() { std::map<unsigned long, vector> theStdMap; theStdMap[0]; } _________________________________________________________________________ I am using Ubuntu 7.10 AMD64 g++4.1 and g++4.2 boost 1.34.1 ___________________________________________________________ Yahoo! Answers - Got a question? Someone out there knows the answer. Try it now. http://uk.answers.yahoo.com/


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net