~ubuntu-branches/ubuntu/oneiric/bombono-dvd/oneiric

« back to all changes in this revision

Viewing changes to libs/boost-lib/boost/type_traits/is_member_object_pointer.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-11-04 11:46:25 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20101104114625-2tfaxma74eqggp5r
Tags: 0.8.0-0ubuntu1
* New upstream release (LP: #670193).
* Refresh 02_sparc.diff patch.
* Replace 05-boost_filesystem-link.patch with 05-fix_boost.patch, it fixes
  build failure with Boost <= 1.44.
* Bump Standards.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
#ifndef BOOST_TT_IS_MEMBER_OBJECT_POINTER_HPP_INCLUDED
11
11
#define BOOST_TT_IS_MEMBER_OBJECT_POINTER_HPP_INCLUDED
12
12
 
13
 
#include "boost/type_traits/config.hpp"
14
 
#include "boost/type_traits/is_member_pointer.hpp"
15
 
#include "boost/type_traits/is_member_function_pointer.hpp"
16
 
#include "boost/type_traits/detail/ice_and.hpp"
17
 
#include "boost/type_traits/detail/ice_not.hpp"
 
13
#include <boost/type_traits/config.hpp>
 
14
#include <boost/type_traits/is_member_pointer.hpp>
 
15
#include <boost/type_traits/is_member_function_pointer.hpp>
 
16
#include <boost/type_traits/detail/ice_and.hpp>
 
17
#include <boost/type_traits/detail/ice_not.hpp>
18
18
 
19
19
// should be the last #include
20
 
#include "boost/type_traits/detail/bool_trait_def.hpp"
 
20
#include <boost/type_traits/detail/bool_trait_def.hpp>
21
21
 
22
22
namespace boost {
23
23
 
41
41
 
42
42
} // namespace boost
43
43
 
44
 
#include "boost/type_traits/detail/bool_trait_undef.hpp"
 
44
#include <boost/type_traits/detail/bool_trait_undef.hpp>
45
45
 
46
46
#endif // BOOST_TT_IS_MEMBER_FUNCTION_POINTER_HPP_INCLUDED