// // boost/assert.hpp - BOOST_ASSERT(expr) // // Copyright (c) 2001, 2002 Peter Dimov and Multi Media Ltd. // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all copies. // This software is provided "as is" without express or implied // warranty, and with no claim as to its suitability for any purpose. // // Note: There are no include guards. This is intentional. // // See http://www.boost.org/libs/utility/assert.html for documentation. // #undef BOOST_ASSERT #if defined(BOOST_DISABLE_ASSERTS) # define BOOST_ASSERT(expr) ((void)0) #elif defined(BOOST_ENABLE_ASSERT_HANDLER) #include namespace boost { void assertion_failed(char const * expr, char const * function, char const * file, long line); // user defined } // namespace boost #define BOOST_ASSERT(expr) ((expr)? ((void)0): ::boost::assertion_failed(#expr, BOOST_CURRENT_FUNCTION, __FILE__, __LINE__)) #else # include # define BOOST_ASSERT(expr) assert(expr) #endif ss='sub right'>
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-01-23 08:26:13 +0100
committerRicardo Wurmus <rekado@elephly.net>2024-01-23 13:36:47 +0100
commit4fa0d97e9938b54de454af4e3bf81eff4e242f99 (patch)
tree88d49c4aaed74e4aca34222612b1643dd85c3611 /gnu/packages/commencement.scm
parent0a733805d8c5f4641e7021d37a2b3790007a3e1c (diff)
downloadguix-4fa0d97e9938b54de454af4e3bf81eff4e242f99.tar.gz
guix-4fa0d97e9938b54de454af4e3bf81eff4e242f99.zip
gnu: r-maldiquant: Update to 1.22.2.
* gnu/packages/cran.scm (r-maldiquant): Update to 1.22.2. Change-Id: Ia483cff36bb3a2cbf4b691bb4832ce98757aabe0
Diffstat (limited to 'gnu/packages/commencement.scm')
0 files changed, 0 insertions, 0 deletions