Sha256: 36311de238c3912eb630daa1ee1b18dbf5b5b7f867594258e28b5ae7383c4dff

Contents?: true

Size: 1.48 KB

Versions: 56

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

56 entries across 56 versions & 2 rubygems

Version Path
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
passenger-6.0.1 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/assert.hpp
passenger-6.0.0 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/assert.hpp
passenger-5.3.7 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/assert.hpp
passenger-5.3.6 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/assert.hpp
passenger-5.3.5 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/assert.hpp
passenger-5.3.4 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/assert.hpp
passenger-5.3.3 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/assert.hpp
passenger-5.3.2 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/assert.hpp
passenger-5.3.1 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/assert.hpp
passenger-5.3.0 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/assert.hpp
passenger-5.2.3 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/assert.hpp
passenger-5.2.2 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/assert.hpp
passenger-5.2.1 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/assert.hpp
passenger-5.2.0 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/assert.hpp
passenger-5.1.12 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/assert.hpp
passenger-5.1.11 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/assert.hpp
passenger-5.1.10 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/assert.hpp
passenger-5.1.9 src/cxx_supportlib/vendor-modified/boost/intrusive/detail/assert.hpp