incr_registration_group.hpp

来自「support vector clustering for vc++」· HPP 代码 · 共 15 行

HPP
15
字号
// Copyright (C) 2004, 2005 Arkadiy Vertleyb
// Use, modification and distribution is subject to the Boost Software
// License, Version 1.0. (http://www.boost.org/LICENSE_1_0.txt)

// Inclusion of this file increments BOOST_TYPEOF_REGISTRATION_GROUP 
// This method was suggested by Paul Mensonides

#ifdef BOOST_TYPEOF_EMULATION
#   undef BOOST_TYPEOF_REGISTRATION_GROUP

#   include <boost/preprocessor/slot/counter.hpp>
#   include BOOST_PP_UPDATE_COUNTER()
#   define BOOST_TYPEOF_REGISTRATION_GROUP BOOST_PP_COUNTER
#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?