Fix #1759 in trunk.

[SVN r44004]
This commit is contained in:
Peter Dimov
2008-04-02 21:42:52 +00:00
parent 6ef32e1627
commit 515be965bd
12 changed files with 12 additions and 12 deletions

View File

@@ -15,7 +15,7 @@
// Lock-free algorithm by Alexander Terekhov // Lock-free algorithm by Alexander Terekhov
// //
#include "sp_typeinfo.hpp" #include <boost/detail/sp_typeinfo.hpp>
#include <machine/sys/inline.h> #include <machine/sys/inline.h>
namespace boost namespace boost

View File

@@ -24,7 +24,7 @@
// formulation // formulation
// //
#include "sp_typeinfo.hpp" #include <boost/detail/sp_typeinfo.hpp>
namespace boost namespace boost
{ {

View File

@@ -25,7 +25,7 @@
// formulation // formulation
// //
#include "sp_typeinfo.hpp" #include <boost/detail/sp_typeinfo.hpp>
namespace boost namespace boost
{ {

View File

@@ -16,7 +16,7 @@
// Lock-free algorithm by Alexander Terekhov // Lock-free algorithm by Alexander Terekhov
// //
#include "sp_typeinfo.hpp" #include <boost/detail/sp_typeinfo.hpp>
namespace boost namespace boost
{ {

View File

@@ -24,7 +24,7 @@
// formulation // formulation
// //
#include "sp_typeinfo.hpp" #include <boost/detail/sp_typeinfo.hpp>
namespace boost namespace boost
{ {

View File

@@ -19,7 +19,7 @@
// //
// Thanks to Michael van der Westhuizen // Thanks to Michael van der Westhuizen
#include "sp_typeinfo.hpp" #include <boost/detail/sp_typeinfo.hpp>
#include <inttypes.h> // int32_t #include <inttypes.h> // int32_t
namespace boost namespace boost

View File

@@ -24,7 +24,7 @@
// formulation // formulation
// //
#include "sp_typeinfo.hpp" #include <boost/detail/sp_typeinfo.hpp>
namespace boost namespace boost
{ {

View File

@@ -18,7 +18,7 @@
// http://www.boost.org/LICENSE_1_0.txt) // http://www.boost.org/LICENSE_1_0.txt)
// //
#include "sp_typeinfo.hpp" #include <boost/detail/sp_typeinfo.hpp>
namespace boost namespace boost
{ {

View File

@@ -18,7 +18,7 @@
// http://www.boost.org/LICENSE_1_0.txt) // http://www.boost.org/LICENSE_1_0.txt)
// //
#include "sp_typeinfo.hpp" #include <boost/detail/sp_typeinfo.hpp>
#include <pthread.h> #include <pthread.h>
namespace boost namespace boost

View File

@@ -20,7 +20,7 @@
// formulation // formulation
// //
#include "sp_typeinfo.hpp" #include <boost/detail/sp_typeinfo.hpp>
#include <atomic.h> #include <atomic.h>
namespace boost namespace boost

View File

@@ -15,7 +15,7 @@
// See accompanying file LICENSE_1_0.txt or copy at // See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt // http://www.boost.org/LICENSE_1_0.txt
#include "sp_typeinfo.hpp" #include <boost/detail/sp_typeinfo.hpp>
#include <limits.h> #include <limits.h>
namespace boost namespace boost

View File

@@ -26,7 +26,7 @@
#include <boost/detail/interlocked.hpp> #include <boost/detail/interlocked.hpp>
#include <boost/detail/workaround.hpp> #include <boost/detail/workaround.hpp>
#include "sp_typeinfo.hpp" #include <boost/detail/sp_typeinfo.hpp>
namespace boost namespace boost
{ {