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

« back to all changes in this revision

Viewing changes to libs/boost-lib/boost/type_traits/is_union.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:
11
11
#ifndef BOOST_TT_IS_UNION_HPP_INCLUDED
12
12
#define BOOST_TT_IS_UNION_HPP_INCLUDED
13
13
 
14
 
#include "boost/type_traits/remove_cv.hpp"
15
 
#include "boost/type_traits/config.hpp"
16
 
#include "boost/type_traits/intrinsics.hpp"
 
14
#include <boost/type_traits/remove_cv.hpp>
 
15
#include <boost/type_traits/config.hpp>
 
16
#include <boost/type_traits/intrinsics.hpp>
17
17
 
18
18
// should be the last #include
19
 
#include "boost/type_traits/detail/bool_trait_def.hpp"
 
19
#include <boost/type_traits/detail/bool_trait_def.hpp>
20
20
 
21
21
namespace boost {
22
22
 
44
44
 
45
45
} // namespace boost
46
46
 
47
 
#include "boost/type_traits/detail/bool_trait_undef.hpp"
 
47
#include <boost/type_traits/detail/bool_trait_undef.hpp>
48
48
 
49
49
#endif // BOOST_TT_IS_UNION_HPP_INCLUDED