Sha256: 36311de238c3912eb630daa1ee1b18dbf5b5b7f867594258e28b5ae7383c4dff

Contents?: true

Size: 1.48 KB

Versions: 54

Compression:

Stored size: 1.48 KB

Contents

/////////////////////////////////////////////////////////////////////////////
//
// (C) Copyright Ion Gaztanaga  2006-2013
//
// Distributed under the Boost Software License, Version 1.0.
//    (See accompanying file LICENSE_1_0.txt or copy at
//          http://www.boost.org/LICENSE_1_0.txt)
//
// See http://www.boost.org/libs/intrusive for documentation.
//
/////////////////////////////////////////////////////////////////////////////

#ifndef BOOST_INTRUSIVE_DETAIL_ASSERT_HPP
#define BOOST_INTRUSIVE_DETAIL_ASSERT_HPP

#ifndef BOOST_CONFIG_HPP
#  include <boost/config.hpp>
#endif

#if defined(BOOST_HAS_PRAGMA_ONCE)
#pragma once
#endif

#if !defined(BOOST_INTRUSIVE_INVARIANT_ASSERT)
   #include <boost/assert.hpp>
   #define BOOST_INTRUSIVE_INVARIANT_ASSERT BOOST_ASSERT
#elif defined(BOOST_INTRUSIVE_INVARIANT_ASSERT_INCLUDE)
   #include BOOST_INTRUSIVE_INVARIANT_ASSERT_INCLUDE
#endif

#if !defined(BOOST_INTRUSIVE_SAFE_HOOK_DEFAULT_ASSERT)
   #include <boost/assert.hpp>
   #define BOOST_INTRUSIVE_SAFE_HOOK_DEFAULT_ASSERT BOOST_ASSERT
#elif defined(BOOST_INTRUSIVE_SAFE_HOOK_DEFAULT_ASSERT_INCLUDE)
   #include BOOST_INTRUSIVE_SAFE_HOOK_DEFAULT_ASSERT_INCLUDE
#endif

#if !defined(BOOST_INTRUSIVE_SAFE_HOOK_DESTRUCTOR_ASSERT)
   #include <boost/assert.hpp>
   #define BOOST_INTRUSIVE_SAFE_HOOK_DESTRUCTOR_ASSERT BOOST_ASSERT
#elif defined(BOOST_INTRUSIVE_SAFE_HOOK_DESTRUCTOR_ASSERT_INCLUDE)
   #include BOOST_INTRUSIVE_SAFE_HOOK_DESTRUCTOR_ASSERT_INCLUDE
#endif

#endif //BOOST_INTRUSIVE_DETAIL_ASSERT_HPP

Version data entries

54 entries across 54 versions & 2 rubygems

Version Path
passenger-6.0.23 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/assert.hpp
passenger-6.0.20 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/assert.hpp
passenger-6.0.19 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/assert.hpp
passenger-6.0.18 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/assert.hpp
passenger-6.0.17 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/assert.hpp
passenger-6.0.16 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/assert.hpp
passenger-6.0.15 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/assert.hpp
passenger-6.0.14 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/assert.hpp
passenger-6.0.13 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/assert.hpp
passenger-6.0.12 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/assert.hpp
passenger-6.0.11 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/assert.hpp
passenger-6.0.10 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/assert.hpp
passenger-6.0.9 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/assert.hpp
passenger-6.0.8 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/assert.hpp
passenger-6.0.7 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/assert.hpp
passenger-6.0.6 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/assert.hpp
passenger-6.0.5 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/assert.hpp
passenger-6.0.4 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/assert.hpp
passenger-6.0.3 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/assert.hpp
passenger-6.0.2 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/assert.hpp