boost::multi_array resize exception?

Posted by Glen on Stack Overflow See other posts from Stack Overflow or by Glen
Published on 2010-03-22T14:27:21Z Indexed on 2010/03/22 14:51 UTC
Read the original article Hit count: 391

Filed under:
|
|

I'm trying to figure out if the boost::multi_array constructor or resize method can throw a bad_alloc exception (or some other exception indicating the allocation or resize failed). I can't find this information in the documentation anywhere.

© Stack Overflow or respective owner

Related posts about c++

Related posts about boost-multi-array