debug.cpp
来自「Boost provides free peer-reviewed portab」· C++ 代码 · 共 22 行
CPP
22 行
# /* **************************************************************************# * *# * (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. */## include <boost/preprocessor/debug.hpp># include <libs/preprocessor/test/test.h>BEGIN sizeof(BOOST_PP_ASSERT_MSG(0, "text") "") / sizeof(char) != 1 ENDBEGIN sizeof(BOOST_PP_ASSERT_MSG(1, "text") "") / sizeof(char) == 1 ENDBOOST_PP_ASSERT(10)# line BOOST_PP_LINE(100, __FILE__)BEGIN __LINE__ == 100 END
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?