Boost Exception header compilation tests added.

[SVN r44442]
This commit is contained in:
Emil Dotchevski
2008-04-15 21:13:24 +00:00
parent f29f86f65c
commit eb7a736198
10 changed files with 59 additions and 1 deletions

View File

@ -5,7 +5,7 @@
//This example shows how to transport cloning-enabled boost::exceptions between threads.
#include <boost/exception/cloning.hpp>
#include <boost/exception_ptr.hpp>
#include <boost/thread.hpp>
#include <boost/bind.hpp>