Tests workarounds for CodeGear 2009. Thanks Nicola for all the CodeGear workarounds.

[SVN r48921]
This commit is contained in:
Emil Dotchevski
2008-09-22 22:47:03 +00:00
parent 7c47c0be86
commit 717997e014
5 changed files with 31 additions and 0 deletions

View File

@ -7,6 +7,11 @@
#include <boost/exception/get_error_info.hpp>
#include <boost/exception/info.hpp>
#include <boost/detail/lightweight_test.hpp>
#include <boost/detail/workaround.hpp>
#if BOOST_WORKAROUND(__CODEGEARC__, BOOST_TESTED_AT(0x610))
struct tag_test {};
#endif
typedef boost::error_info<struct tag_test,int> test;