|
||||
File indexing completed on 2025-01-18 09:35:32
0001 // Boost.Geometry Index 0002 // 0003 // Copyright (c) 2011-2015 Adam Wulkiewicz, Lodz, Poland. 0004 // 0005 // Use, modification and distribution is subject to the Boost Software License, 0006 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at 0007 // http://www.boost.org/LICENSE_1_0.txt) 0008 0009 #ifndef BOOST_GEOMETRY_INDEX_DETAIL_ASSERT_HPP 0010 #define BOOST_GEOMETRY_INDEX_DETAIL_ASSERT_HPP 0011 0012 #include <boost/geometry/core/assert.hpp> 0013 0014 #undef BOOST_GEOMETRY_INDEX_ASSERT 0015 0016 #define BOOST_GEOMETRY_INDEX_ASSERT(CONDITION, TEXT_MSG) \ 0017 BOOST_GEOMETRY_ASSERT_MSG(CONDITION, TEXT_MSG) 0018 0019 #endif // BOOST_GEOMETRY_INDEX_DETAIL_ASSERT_HPP
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |