Include boost/detail/workaround.hpp before using BOOST_WORKAROUND

[SVN r21100]
This commit is contained in:
Douglas Gregor
2003-12-03 01:40:41 +00:00
parent 777e629b4d
commit 1924600d9e
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@
#define BOOST_TT_IS_MEMBER_FUNCTION_POINTER_HPP_INCLUDED
#include "boost/type_traits/config.hpp"
#include "boost/detail/workaround.hpp"
#if !defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) && !BOOST_WORKAROUND(__BORLANDC__, < 0x600)
# include "boost/type_traits/detail/is_mem_fun_pointer_impl.hpp"

View File

@ -12,6 +12,7 @@
#define BOOST_TT_IS_MEMBER_POINTER_HPP_INCLUDED
#include "boost/type_traits/config.hpp"
#include "boost/detail/workaround.hpp"
#if !defined(BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION) && !BOOST_WORKAROUND(__BORLANDC__, < 0x600)
# include "boost/type_traits/is_member_function_pointer.hpp"