All Questions
Tagged with boost-format visual-c++
1 question
0
votes
2
answers
1k
views
VC++ 2012 and Boost incompatibility - `throw()` specifications in library headers
I have a new project where I cannot use boost::format. I get a compiler error complaining that boost's override of a virtual function, ~basic_altstringbuf, lacks a "throw()". Even the most trivial ...