mirror of
https://github.com/boostorg/core.git
synced 2025-05-09 23:03:54 +00:00
Undef assert macro and remove guards
This commit is contained in:
parent
24a8174ef1
commit
cb603c9c6b
@ -5,8 +5,7 @@ Copyright 2025 Glen Joseph Fernandes
|
|||||||
Distributed under the Boost Software License, Version 1.0.
|
Distributed under the Boost Software License, Version 1.0.
|
||||||
(http://www.boost.org/LICENSE_1_0.txt)
|
(http://www.boost.org/LICENSE_1_0.txt)
|
||||||
*/
|
*/
|
||||||
#ifndef BOOST_CORE_DETAIL_ASSERT_HPP
|
#undef BOOST_CORE_ASSERT
|
||||||
#define BOOST_CORE_DETAIL_ASSERT_HPP
|
|
||||||
|
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
|
||||||
@ -20,5 +19,3 @@ Distributed under the Boost Software License, Version 1.0.
|
|||||||
#else
|
#else
|
||||||
#define BOOST_CORE_ASSERT(expr) assert(expr)
|
#define BOOST_CORE_ASSERT(expr) assert(expr)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user