mirror of
https://github.com/boostorg/optional.git
synced 2025-07-17 14:22:07 +02:00
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<stdexcept>
|
||||||
#include<string>
|
#include<string>
|
||||||
|
|
||||||
|
#ifdef BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP
|
||||||
|
# include <boost/get_pointer.hpp>
|
||||||
|
#endif
|
||||||
|
|
||||||
#define BOOST_ENABLE_ASSERT_HANDLER
|
#define BOOST_ENABLE_ASSERT_HANDLER
|
||||||
|
|
||||||
#include "boost/optional.hpp"
|
#include "boost/optional.hpp"
|
||||||
|
Reference in New Issue
Block a user