From d337b0837a995dfc805d4497fd63f33960857ac7 Mon Sep 17 00:00:00 2001 From: nobody Date: Sat, 9 Sep 2006 17:25:10 +0000 Subject: [PATCH] This commit was manufactured by cvs2svn to create branch 'RC_1_34_0'. [SVN r35052] --- include/boost/typeof/incr_registration_group.hpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 include/boost/typeof/incr_registration_group.hpp diff --git a/include/boost/typeof/incr_registration_group.hpp b/include/boost/typeof/incr_registration_group.hpp new file mode 100755 index 0000000..6f4803a --- /dev/null +++ b/include/boost/typeof/incr_registration_group.hpp @@ -0,0 +1,14 @@ +// 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 +# include BOOST_PP_UPDATE_COUNTER() +# define BOOST_TYPEOF_REGISTRATION_GROUP BOOST_PP_COUNTER +#endif