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
//
#include "sp_typeinfo.hpp"
#include <boost/detail/sp_typeinfo.hpp>
#include <machine/sys/inline.h>
namespace boost

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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