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:
Dave Abrahams
2003-08-14 14:40:41 +00:00
parent 929847570c
commit a78ee6a73a

View File

@ -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"