Fixed location of is_base_and_derived

[SVN r12354]
This commit is contained in:
John Maddock
2002-01-19 13:01:51 +00:00
parent 77c0127cc6
commit 0e0afca36d

View File

@@ -97,8 +97,6 @@ namespace boost{
// conversion_traits.hpp:
template <class From, class To>
struct is_convertible;
template <class Base, class Derived>
struct is_base_and_derived;
// alignment_traits.hpp:
template <class T>
struct alignment_of;
@@ -175,6 +173,8 @@ template <class T>
struct has_nothrow_assign;
template <class T>
struct is_empty;
template <class Base, class Derived>
struct is_base_and_derived;
// transform_traits.hpp:
template <class T>