forked from boostorg/optional
Fixes for optional_test:
Added missing #include Upgraded to the latest intel-win32-tools.jam in order to handle intel5 compatibility. [SVN r19595]
This commit is contained in:
@ -16,6 +16,10 @@
|
||||
#include<stdexcept>
|
||||
#include<string>
|
||||
|
||||
#ifdef BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP
|
||||
# include <boost/get_pointer.hpp>
|
||||
#endif
|
||||
|
||||
#define BOOST_ENABLE_ASSERT_HANDLER
|
||||
|
||||
#include "boost/optional.hpp"
|
||||
|
Reference in New Issue
Block a user