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

« back to all changes in this revision

Viewing changes to libs/boost-lib/boost/type_traits/detail/is_mem_fun_pointer_impl.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:
14
14
#ifndef BOOST_TT_DETAIL_IS_MEM_FUN_POINTER_IMPL_HPP_INCLUDED
15
15
#define BOOST_TT_DETAIL_IS_MEM_FUN_POINTER_IMPL_HPP_INCLUDED
16
16
 
17
 
#include "boost/config.hpp"
 
17
#include <boost/config.hpp>
18
18
 
19
19
#if defined(BOOST_TT_PREPROCESSING_MODE)
20
 
#   include "boost/preprocessor/iterate.hpp"
21
 
#   include "boost/preprocessor/enum_params.hpp"
22
 
#   include "boost/preprocessor/comma_if.hpp"
 
20
#   include <boost/preprocessor/iterate.hpp>
 
21
#   include <boost/preprocessor/enum_params.hpp>
 
22
#   include <boost/preprocessor/comma_if.hpp>
23
23
#endif
24
24
 
25
25
namespace boost {