diff options
Diffstat (limited to 'ext/boost/preprocessor/assert_msg.hpp')
-rw-r--r-- | ext/boost/preprocessor/assert_msg.hpp | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ext/boost/preprocessor/assert_msg.hpp b/ext/boost/preprocessor/assert_msg.hpp new file mode 100644 index 0000000000..924dba1d9f --- /dev/null +++ b/ext/boost/preprocessor/assert_msg.hpp @@ -0,0 +1,17 @@ +# /* ************************************************************************** +# * * +# * (C) Copyright Paul Mensonides 2002. +# * 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 for most recent version. */ +# +# ifndef BOOST_PREPROCESSOR_ASSERT_MSG_HPP +# define BOOST_PREPROCESSOR_ASSERT_MSG_HPP +# +# include <boost/preprocessor/debug/assert.hpp> +# +# endif |