~ubuntu-branches/ubuntu/wily/bombono-dvd/wily

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-11-04 11:46:25 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20101104114625-8xfdhvhpsm51i0nu
Tags: upstream-0.8.0
ImportĀ upstreamĀ versionĀ 0.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
#ifndef BOOST_TT_HAS_NOTHROW_DESTRUCTOR_HPP_INCLUDED
10
10
#define BOOST_TT_HAS_NOTHROW_DESTRUCTOR_HPP_INCLUDED
11
11
 
12
 
#include "boost/type_traits/has_trivial_destructor.hpp"
 
12
#include <boost/type_traits/has_trivial_destructor.hpp>
13
13
 
14
14
// should be the last #include
15
 
#include "boost/type_traits/detail/bool_trait_def.hpp"
 
15
#include <boost/type_traits/detail/bool_trait_def.hpp>
16
16
 
17
17
namespace boost {
18
18
 
20
20
 
21
21
} // namespace boost
22
22
 
23
 
#include "boost/type_traits/detail/bool_trait_undef.hpp"
 
23
#include <boost/type_traits/detail/bool_trait_undef.hpp>
24
24
 
25
25
#endif // BOOST_TT_HAS_NOTHROW_DESTRUCTOR_HPP_INCLUDED