diff --git a/include/boost/preprocessor.hpp b/include/boost/preprocessor.hpp index 54119f2..c724e7d 100644 --- a/include/boost/preprocessor.hpp +++ b/include/boost/preprocessor.hpp @@ -1,16 +1,16 @@ #ifndef BOOST_PREPROCESSOR_HPP #define BOOST_PREPROCESSOR_HPP -// Copyright (C) 2001 -// Housemarque, Inc. -// http://www.housemarque.com -// -// 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. +// Copyright (C) 2001 +// Housemarque Oy +// http://www.housemarque.com +// +// 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. -// See http://www.boost.org for most recent version. +// See http://www.boost.org for most recent version. /*! \file diff --git a/include/boost/preprocessor/arithmetic.hpp b/include/boost/preprocessor/arithmetic.hpp index 0dfca7e..7b0b07c 100644 --- a/include/boost/preprocessor/arithmetic.hpp +++ b/include/boost/preprocessor/arithmetic.hpp @@ -1,16 +1,16 @@ #ifndef BOOST_PREPROCESSOR_ARITHMETIC_HPP #define BOOST_PREPROCESSOR_ARITHMETIC_HPP -// Copyright (C) 2001 -// Housemarque, Inc. -// http://www.housemarque.com -// -// 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. +// Copyright (C) 2001 +// Housemarque Oy +// http://www.housemarque.com +// +// 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. -// See http://www.boost.org for most recent version. +// See http://www.boost.org for most recent version. /*! \file diff --git a/include/boost/preprocessor/arithmetic/add.hpp b/include/boost/preprocessor/arithmetic/add.hpp index 43821d8..e3d22c7 100644 --- a/include/boost/preprocessor/arithmetic/add.hpp +++ b/include/boost/preprocessor/arithmetic/add.hpp @@ -1,16 +1,16 @@ #ifndef BOOST_PREPROCESSOR_ARITHMETIC_ADD_HPP #define BOOST_PREPROCESSOR_ARITHMETIC_ADD_HPP -// Copyright (C) 2001 -// Housemarque, Inc. -// http://www.housemarque.com -// -// 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. +// Copyright (C) 2001 +// Housemarque Oy +// http://www.housemarque.com +// +// 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. -// See http://www.boost.org for most recent version. +// See http://www.boost.org for most recent version. /*! \file diff --git a/include/boost/preprocessor/arithmetic/div.hpp b/include/boost/preprocessor/arithmetic/div.hpp index 6bb39a8..3a25f1d 100644 --- a/include/boost/preprocessor/arithmetic/div.hpp +++ b/include/boost/preprocessor/arithmetic/div.hpp @@ -1,16 +1,16 @@ #ifndef BOOST_PREPROCESSOR_ARITHMETIC_DIV_HPP #define BOOST_PREPROCESSOR_ARITHMETIC_DIV_HPP -// Copyright (C) 2001 -// Housemarque, Inc. -// http://www.housemarque.com -// -// 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. +// Copyright (C) 2001 +// Housemarque Oy +// http://www.housemarque.com +// +// 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. -// See http://www.boost.org for most recent version. +// See http://www.boost.org for most recent version. /*! \file diff --git a/include/boost/preprocessor/arithmetic/mul.hpp b/include/boost/preprocessor/arithmetic/mul.hpp index a4ad8cd..5175cd1 100644 --- a/include/boost/preprocessor/arithmetic/mul.hpp +++ b/include/boost/preprocessor/arithmetic/mul.hpp @@ -1,16 +1,16 @@ #ifndef BOOST_PREPROCESSOR_ARITHMETIC_MUL_HPP #define BOOST_PREPROCESSOR_ARITHMETIC_MUL_HPP -// Copyright (C) 2001 -// Housemarque, Inc. -// http://www.housemarque.com -// -// 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. +// Copyright (C) 2001 +// Housemarque Oy +// http://www.housemarque.com +// +// 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. -// See http://www.boost.org for most recent version. +// See http://www.boost.org for most recent version. /*! \file diff --git a/include/boost/preprocessor/arithmetic/sub.hpp b/include/boost/preprocessor/arithmetic/sub.hpp index 455f9db..f756116 100644 --- a/include/boost/preprocessor/arithmetic/sub.hpp +++ b/include/boost/preprocessor/arithmetic/sub.hpp @@ -1,16 +1,16 @@ #ifndef BOOST_PREPROCESSOR_ARITHMETIC_SUB_HPP #define BOOST_PREPROCESSOR_ARITHMETIC_SUB_HPP -// Copyright (C) 2001 -// Housemarque, Inc. -// http://www.housemarque.com -// -// 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. +// Copyright (C) 2001 +// Housemarque Oy +// http://www.housemarque.com +// +// 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. -// See http://www.boost.org for most recent version. +// See http://www.boost.org for most recent version. /*! \file diff --git a/include/boost/preprocessor/assert_msg.hpp b/include/boost/preprocessor/assert_msg.hpp index 9a24c4c..7dbde1a 100644 --- a/include/boost/preprocessor/assert_msg.hpp +++ b/include/boost/preprocessor/assert_msg.hpp @@ -1,16 +1,16 @@ #ifndef BOOST_PREPROCESSOR_ASSERT_MSG_HPP #define BOOST_PREPROCESSOR_ASSERT_MSG_HPP -// Copyright (C) 2001 -// Housemarque, Inc. -// http://www.housemarque.com -// -// 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. +// Copyright (C) 2001 +// Housemarque Oy +// http://www.housemarque.com +// +// 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. -// See http://www.boost.org for most recent version. +// See http://www.boost.org for most recent version. /*! \file diff --git a/include/boost/preprocessor/cat.hpp b/include/boost/preprocessor/cat.hpp index c2f6830..84e370b 100644 --- a/include/boost/preprocessor/cat.hpp +++ b/include/boost/preprocessor/cat.hpp @@ -1,16 +1,16 @@ #ifndef BOOST_PREPROCESSOR_CAT_HPP #define BOOST_PREPROCESSOR_CAT_HPP -// Copyright (C) 2001 -// Housemarque, Inc. -// http://www.housemarque.com -// -// 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. +// Copyright (C) 2001 +// Housemarque Oy +// http://www.housemarque.com +// +// 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. -// See http://www.boost.org for most recent version. +// See http://www.boost.org for most recent version. /*! \file diff --git a/include/boost/preprocessor/comma.hpp b/include/boost/preprocessor/comma.hpp index 1f7ec31..44ecd5a 100644 --- a/include/boost/preprocessor/comma.hpp +++ b/include/boost/preprocessor/comma.hpp @@ -1,16 +1,16 @@ #ifndef BOOST_PREPROCESSOR_COMMA_HPP #define BOOST_PREPROCESSOR_COMMA_HPP -// Copyright (C) 2001 -// Housemarque, Inc. -// http://www.housemarque.com -// -// 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. +// Copyright (C) 2001 +// Housemarque Oy +// http://www.housemarque.com +// +// 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. -// See http://www.boost.org for most recent version. +// See http://www.boost.org for most recent version. /*! \file diff --git a/include/boost/preprocessor/comma_if.hpp b/include/boost/preprocessor/comma_if.hpp index dea9b15..a45693c 100644 --- a/include/boost/preprocessor/comma_if.hpp +++ b/include/boost/preprocessor/comma_if.hpp @@ -1,16 +1,16 @@ #ifndef BOOST_PREPROCESSOR_COMMA_IF_HPP #define BOOST_PREPROCESSOR_COMMA_IF_HPP -// Copyright (C) 2001 -// Housemarque, Inc. -// http://www.housemarque.com -// -// 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. +// Copyright (C) 2001 +// Housemarque Oy +// http://www.housemarque.com +// +// 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. -// See http://www.boost.org for most recent version. +// See http://www.boost.org for most recent version. /*! \file diff --git a/include/boost/preprocessor/comparison.hpp b/include/boost/preprocessor/comparison.hpp index 2d1be9b..3a48994 100644 --- a/include/boost/preprocessor/comparison.hpp +++ b/include/boost/preprocessor/comparison.hpp @@ -1,16 +1,16 @@ #ifndef BOOST_PREPROCESSOR_COMPARISON_HPP #define BOOST_PREPROCESSOR_COMPARISON_HPP -// Copyright (C) 2001 -// Housemarque, Inc. -// http://www.housemarque.com -// -// 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. +// Copyright (C) 2001 +// Housemarque Oy +// http://www.housemarque.com +// +// 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. -// See http://www.boost.org for most recent version. +// See http://www.boost.org for most recent version. /*! \file diff --git a/include/boost/preprocessor/comparison/equal.hpp b/include/boost/preprocessor/comparison/equal.hpp index 6f39d79..1d336d4 100644 --- a/include/boost/preprocessor/comparison/equal.hpp +++ b/include/boost/preprocessor/comparison/equal.hpp @@ -1,16 +1,16 @@ #ifndef BOOST_PREPROCESSOR_COMPARISON_EQUAL_HPP #define BOOST_PREPROCESSOR_COMPARISON_EQUAL_HPP -// Copyright (C) 2001 -// Housemarque, Inc. -// http://www.housemarque.com -// -// 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. +// Copyright (C) 2001 +// Housemarque Oy +// http://www.housemarque.com +// +// 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. -// See http://www.boost.org for most recent version. +// See http://www.boost.org for most recent version. /*! \file diff --git a/include/boost/preprocessor/comparison/greater.hpp b/include/boost/preprocessor/comparison/greater.hpp index 1fc50ad..01d7ed6 100644 --- a/include/boost/preprocessor/comparison/greater.hpp +++ b/include/boost/preprocessor/comparison/greater.hpp @@ -1,16 +1,16 @@ #ifndef BOOST_PREPROCESSOR_COMPARISON_GREATER_HPP #define BOOST_PREPROCESSOR_COMPARISON_GREATER_HPP -// Copyright (C) 2001 -// Housemarque, Inc. -// http://www.housemarque.com -// -// 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. +// Copyright (C) 2001 +// Housemarque Oy +// http://www.housemarque.com +// +// 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. -// See http://www.boost.org for most recent version. +// See http://www.boost.org for most recent version. /*! \file diff --git a/include/boost/preprocessor/comparison/greater_equal.hpp b/include/boost/preprocessor/comparison/greater_equal.hpp index 1010c7b..6579f33 100644 --- a/include/boost/preprocessor/comparison/greater_equal.hpp +++ b/include/boost/preprocessor/comparison/greater_equal.hpp @@ -1,16 +1,16 @@ #ifndef BOOST_PREPROCESSOR_COMPARISON_GREATER_EQUAL_HPP #define BOOST_PREPROCESSOR_COMPARISON_GREATER_EQUAL_HPP -// Copyright (C) 2001 -// Housemarque, Inc. -// http://www.housemarque.com -// -// 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. +// Copyright (C) 2001 +// Housemarque Oy +// http://www.housemarque.com +// +// 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. -// See http://www.boost.org for most recent version. +// See http://www.boost.org for most recent version. /*! \file diff --git a/include/boost/preprocessor/comparison/less.hpp b/include/boost/preprocessor/comparison/less.hpp index 0edae40..4a9e645 100644 --- a/include/boost/preprocessor/comparison/less.hpp +++ b/include/boost/preprocessor/comparison/less.hpp @@ -1,16 +1,16 @@ #ifndef BOOST_PREPROCESSOR_COMPARISON_LESS_HPP #define BOOST_PREPROCESSOR_COMPARISON_LESS_HPP -// Copyright (C) 2001 -// Housemarque, Inc. -// http://www.housemarque.com -// -// 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. +// Copyright (C) 2001 +// Housemarque Oy +// http://www.housemarque.com +// +// 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. -// See http://www.boost.org for most recent version. +// See http://www.boost.org for most recent version. /*! \file diff --git a/include/boost/preprocessor/comparison/less_equal.hpp b/include/boost/preprocessor/comparison/less_equal.hpp index 78e470d..58be574 100644 --- a/include/boost/preprocessor/comparison/less_equal.hpp +++ b/include/boost/preprocessor/comparison/less_equal.hpp @@ -1,16 +1,16 @@ #ifndef BOOST_PREPROCESSOR_COMPARISON_LESS_EQUAL_HPP #define BOOST_PREPROCESSOR_COMPARISON_LESS_EQUAL_HPP -// Copyright (C) 2001 -// Housemarque, Inc. -// http://www.housemarque.com -// -// 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. +// Copyright (C) 2001 +// Housemarque Oy +// http://www.housemarque.com +// +// 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. -// See http://www.boost.org for most recent version. +// See http://www.boost.org for most recent version. /*! \file diff --git a/include/boost/preprocessor/comparison/not_equal.hpp b/include/boost/preprocessor/comparison/not_equal.hpp index 6b632aa..30b52f2 100644 --- a/include/boost/preprocessor/comparison/not_equal.hpp +++ b/include/boost/preprocessor/comparison/not_equal.hpp @@ -1,16 +1,16 @@ #ifndef BOOST_PREPROCESSOR_COMPARISON_NOT_EQUAL_HPP #define BOOST_PREPROCESSOR_COMPARISON_NOT_EQUAL_HPP -// Copyright (C) 2001 -// Housemarque, Inc. -// http://www.housemarque.com -// -// 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. +// Copyright (C) 2001 +// Housemarque Oy +// http://www.housemarque.com +// +// 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. -// See http://www.boost.org for most recent version. +// See http://www.boost.org for most recent version. /*! \file diff --git a/include/boost/preprocessor/dec.hpp b/include/boost/preprocessor/dec.hpp index 707a796..8bffc62 100644 --- a/include/boost/preprocessor/dec.hpp +++ b/include/boost/preprocessor/dec.hpp @@ -1,16 +1,16 @@ #ifndef BOOST_PREPROCESSOR_DEC_HPP #define BOOST_PREPROCESSOR_DEC_HPP -// Copyright (C) 2001 -// Housemarque, Inc. -// http://www.housemarque.com -// -// 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. +// Copyright (C) 2001 +// Housemarque Oy +// http://www.housemarque.com +// +// 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. -// See http://www.boost.org for most recent version. +// See http://www.boost.org for most recent version. /*! \file diff --git a/include/boost/preprocessor/empty.hpp b/include/boost/preprocessor/empty.hpp index 87265dc..2e2bf96 100644 --- a/include/boost/preprocessor/empty.hpp +++ b/include/boost/preprocessor/empty.hpp @@ -1,16 +1,16 @@ #ifndef BOOST_PREPROCESSOR_EMPTY_HPP #define BOOST_PREPROCESSOR_EMPTY_HPP -// Copyright (C) 2001 -// Housemarque, Inc. -// http://www.housemarque.com -// -// 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. +// Copyright (C) 2001 +// Housemarque Oy +// http://www.housemarque.com +// +// 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. -// See http://www.boost.org for most recent version. +// See http://www.boost.org for most recent version. /*! \file diff --git a/include/boost/preprocessor/enum_params.hpp b/include/boost/preprocessor/enum_params.hpp index c7e43f6..d389df0 100644 --- a/include/boost/preprocessor/enum_params.hpp +++ b/include/boost/preprocessor/enum_params.hpp @@ -1,16 +1,16 @@ #ifndef BOOST_PREPROCESSOR_ENUM_PARAMS_HPP #define BOOST_PREPROCESSOR_ENUM_PARAMS_HPP -// Copyright (C) 2001 -// Housemarque, Inc. -// http://www.housemarque.com -// -// 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. +// Copyright (C) 2001 +// Housemarque Oy +// http://www.housemarque.com +// +// 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. -// See http://www.boost.org for most recent version. +// See http://www.boost.org for most recent version. /*! \file diff --git a/include/boost/preprocessor/enum_params_with_a_default.hpp b/include/boost/preprocessor/enum_params_with_a_default.hpp index 76b7049..95b7c10 100644 --- a/include/boost/preprocessor/enum_params_with_a_default.hpp +++ b/include/boost/preprocessor/enum_params_with_a_default.hpp @@ -1,16 +1,16 @@ #ifndef BOOST_PREPROCESSOR_ENUM_PARAMS_WITH_A_DEFAULT_HPP #define BOOST_PREPROCESSOR_ENUM_PARAMS_WITH_A_DEFAULT_HPP -// Copyright (C) 2001 -// Housemarque, Inc. -// http://www.housemarque.com -// -// 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. +// Copyright (C) 2001 +// Housemarque Oy +// http://www.housemarque.com +// +// 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. -// See http://www.boost.org for most recent version. +// See http://www.boost.org for most recent version. /*! \file diff --git a/include/boost/preprocessor/enum_params_with_defaults.hpp b/include/boost/preprocessor/enum_params_with_defaults.hpp index 81ba7a7..c2b0252 100644 --- a/include/boost/preprocessor/enum_params_with_defaults.hpp +++ b/include/boost/preprocessor/enum_params_with_defaults.hpp @@ -1,16 +1,16 @@ #ifndef BOOST_PREPROCESSOR_ENUM_PARAMS_WITH_DEFAULTS_HPP #define BOOST_PREPROCESSOR_ENUM_PARAMS_WITH_DEFAULTS_HPP -// Copyright (C) 2001 -// Housemarque, Inc. -// http://www.housemarque.com -// -// 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. +// Copyright (C) 2001 +// Housemarque Oy +// http://www.housemarque.com +// +// 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. -// See http://www.boost.org for most recent version. +// See http://www.boost.org for most recent version. /*! \file diff --git a/include/boost/preprocessor/enum_shifted_params.hpp b/include/boost/preprocessor/enum_shifted_params.hpp index 322867c..631e006 100644 --- a/include/boost/preprocessor/enum_shifted_params.hpp +++ b/include/boost/preprocessor/enum_shifted_params.hpp @@ -1,16 +1,16 @@ #ifndef BOOST_PREPROCESSOR_ENUM_SHIFTED_PARAMS_HPP #define BOOST_PREPROCESSOR_ENUM_SHIFTED_PARAMS_HPP -// Copyright (C) 2001 -// Housemarque, Inc. -// http://www.housemarque.com -// -// 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. +// Copyright (C) 2001 +// Housemarque Oy +// http://www.housemarque.com +// +// 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. -// See http://www.boost.org for most recent version. +// See http://www.boost.org for most recent version. /*! \file @@ -46,8 +46,6 @@ NOTE: The implementation uses BOOST_PREPROCESSOR_REPEAT(). RATIONALE: - This macro facilitates a typical usage of the library. Shifted parameter lists are common in template metaprograms. -- ENUM_SHIFTED_PARAMS must be tested so that the shifted range is shown to be -correct. */ #define BOOST_PREPROCESSOR_ENUM_SHIFTED_PARAMS(N,P) BOOST_PREPROCESSOR_REPEAT(BOOST_PREPROCESSOR_DEC(N),BOOST_PREPROCESSOR_SHIFTED_PARAM,P) diff --git a/include/boost/preprocessor/identity.hpp b/include/boost/preprocessor/identity.hpp index 3d90b78..66e233a 100644 --- a/include/boost/preprocessor/identity.hpp +++ b/include/boost/preprocessor/identity.hpp @@ -1,16 +1,16 @@ #ifndef BOOST_PREPROCESSOR_IDENTITY_HPP #define BOOST_PREPROCESSOR_IDENTITY_HPP -// Copyright (C) 2001 -// Housemarque, Inc. -// http://www.housemarque.com -// -// 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. +// Copyright (C) 2001 +// Housemarque Oy +// http://www.housemarque.com +// +// 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. -// See http://www.boost.org for most recent version. +// See http://www.boost.org for most recent version. /*! \file diff --git a/include/boost/preprocessor/if.hpp b/include/boost/preprocessor/if.hpp index 009a666..e63c31c 100644 --- a/include/boost/preprocessor/if.hpp +++ b/include/boost/preprocessor/if.hpp @@ -1,16 +1,16 @@ #ifndef BOOST_PREPROCESSOR_IF_HPP #define BOOST_PREPROCESSOR_IF_HPP -// Copyright (C) 2001 -// Housemarque, Inc. -// http://www.housemarque.com -// -// 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. +// Copyright (C) 2001 +// Housemarque Oy +// http://www.housemarque.com +// +// 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. -// See http://www.boost.org for most recent version. +// See http://www.boost.org for most recent version. /*! \file diff --git a/include/boost/preprocessor/inc.hpp b/include/boost/preprocessor/inc.hpp index 4ae6933..4f274d9 100644 --- a/include/boost/preprocessor/inc.hpp +++ b/include/boost/preprocessor/inc.hpp @@ -1,16 +1,16 @@ #ifndef BOOST_PREPROCESSOR_INC_HPP #define BOOST_PREPROCESSOR_INC_HPP -// Copyright (C) 2001 -// Housemarque, Inc. -// http://www.housemarque.com -// -// 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. +// Copyright (C) 2001 +// Housemarque Oy +// http://www.housemarque.com +// +// 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. -// See http://www.boost.org for most recent version. +// See http://www.boost.org for most recent version. /*! \file diff --git a/include/boost/preprocessor/limits.hpp b/include/boost/preprocessor/limits.hpp index aa007fc..51709ed 100644 --- a/include/boost/preprocessor/limits.hpp +++ b/include/boost/preprocessor/limits.hpp @@ -1,16 +1,16 @@ #ifndef BOOST_PREPROCESSOR_LIMITS_HPP #define BOOST_PREPROCESSOR_LIMITS_HPP -// Copyright (C) 2001 -// Housemarque, Inc. -// http://www.housemarque.com -// -// 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. +// Copyright (C) 2001 +// Housemarque Oy +// http://www.housemarque.com +// +// 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. -// See http://www.boost.org for most recent version. +// See http://www.boost.org for most recent version. /*! \file diff --git a/include/boost/preprocessor/logical.hpp b/include/boost/preprocessor/logical.hpp index 481b2c6..5ecf641 100644 --- a/include/boost/preprocessor/logical.hpp +++ b/include/boost/preprocessor/logical.hpp @@ -1,16 +1,16 @@ #ifndef BOOST_PREPROCESSOR_LOGICAL_HPP #define BOOST_PREPROCESSOR_LOGICAL_HPP -// Copyright (C) 2001 -// Housemarque, Inc. -// http://www.housemarque.com -// -// 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. +// Copyright (C) 2001 +// Housemarque Oy +// http://www.housemarque.com +// +// 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. -// See http://www.boost.org for most recent version. +// See http://www.boost.org for most recent version. /*! \file diff --git a/include/boost/preprocessor/logical/and.hpp b/include/boost/preprocessor/logical/and.hpp index d4c4b92..7169d6e 100644 --- a/include/boost/preprocessor/logical/and.hpp +++ b/include/boost/preprocessor/logical/and.hpp @@ -1,16 +1,16 @@ #ifndef BOOST_PREPROCESSOR_LOGICAL_AND_HPP #define BOOST_PREPROCESSOR_LOGICAL_AND_HPP -// Copyright (C) 2001 -// Housemarque, Inc. -// http://www.housemarque.com -// -// 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. +// Copyright (C) 2001 +// Housemarque Oy +// http://www.housemarque.com +// +// 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. -// See http://www.boost.org for most recent version. +// See http://www.boost.org for most recent version. /*! \file diff --git a/include/boost/preprocessor/logical/bool.hpp b/include/boost/preprocessor/logical/bool.hpp index 3f3b875..a684b9c 100644 --- a/include/boost/preprocessor/logical/bool.hpp +++ b/include/boost/preprocessor/logical/bool.hpp @@ -1,16 +1,16 @@ #ifndef BOOST_PREPROCESSOR_LOGICAL_BOOL_HPP #define BOOST_PREPROCESSOR_LOGICAL_BOOL_HPP -// Copyright (C) 2001 -// Housemarque, Inc. -// http://www.housemarque.com -// -// 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. +// Copyright (C) 2001 +// Housemarque Oy +// http://www.housemarque.com +// +// 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. -// See http://www.boost.org for most recent version. +// See http://www.boost.org for most recent version. /*! \file @@ -21,8 +21,8 @@ #define BOOST_PREPROCESSOR_BOOL(X) BOOST_PREPROCESSOR_BOOL_DELAY(X) #ifndef DOXYGEN_SHOULD_SKIP_THIS -// BOOL can be implemented in O(1) tokens using saturated ADD & SUB. -// Unfortunately, it would result in significantly slower preprocessing. +// BOOL can be implemented in O(1) tokens using saturated ADD & SUB. +// Unfortunately, it would result in significantly slower preprocessing. #define BOOST_PREPROCESSOR_BOOL_DELAY(X) BOOST_PREPROCESSOR_BOOL##X #define BOOST_PREPROCESSOR_BOOL0 0 #define BOOST_PREPROCESSOR_BOOL1 1 diff --git a/include/boost/preprocessor/logical/nor.hpp b/include/boost/preprocessor/logical/nor.hpp index 7f01dd8..d7e4b9e 100644 --- a/include/boost/preprocessor/logical/nor.hpp +++ b/include/boost/preprocessor/logical/nor.hpp @@ -1,16 +1,16 @@ #ifndef BOOST_PREPROCESSOR_LOGICAL_NOR_HPP #define BOOST_PREPROCESSOR_LOGICAL_NOR_HPP -// Copyright (C) 2001 -// Housemarque, Inc. -// http://www.housemarque.com -// -// 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. +// Copyright (C) 2001 +// Housemarque Oy +// http://www.housemarque.com +// +// 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. -// See http://www.boost.org for most recent version. +// See http://www.boost.org for most recent version. /*! \file diff --git a/include/boost/preprocessor/logical/not.hpp b/include/boost/preprocessor/logical/not.hpp index 778fb6c..5141efd 100644 --- a/include/boost/preprocessor/logical/not.hpp +++ b/include/boost/preprocessor/logical/not.hpp @@ -1,16 +1,16 @@ #ifndef BOOST_PREPROCESSOR_LOGICAL_NOT_HPP #define BOOST_PREPROCESSOR_LOGICAL_NOT_HPP -// Copyright (C) 2001 -// Housemarque, Inc. -// http://www.housemarque.com -// -// 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. +// Copyright (C) 2001 +// Housemarque Oy +// http://www.housemarque.com +// +// 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. -// See http://www.boost.org for most recent version. +// See http://www.boost.org for most recent version. /*! \file diff --git a/include/boost/preprocessor/logical/or.hpp b/include/boost/preprocessor/logical/or.hpp index e59359d..60e85e9 100644 --- a/include/boost/preprocessor/logical/or.hpp +++ b/include/boost/preprocessor/logical/or.hpp @@ -1,16 +1,16 @@ #ifndef BOOST_PREPROCESSOR_LOGICAL_OR_HPP #define BOOST_PREPROCESSOR_LOGICAL_OR_HPP -// Copyright (C) 2001 -// Housemarque, Inc. -// http://www.housemarque.com -// -// 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. +// Copyright (C) 2001 +// Housemarque Oy +// http://www.housemarque.com +// +// 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. -// See http://www.boost.org for most recent version. +// See http://www.boost.org for most recent version. /*! \file diff --git a/include/boost/preprocessor/logical/xor.hpp b/include/boost/preprocessor/logical/xor.hpp index 0ad84b2..3b3a1b0 100644 --- a/include/boost/preprocessor/logical/xor.hpp +++ b/include/boost/preprocessor/logical/xor.hpp @@ -1,16 +1,16 @@ #ifndef BOOST_PREPROCESSOR_LOGICAL_XOR_HPP #define BOOST_PREPROCESSOR_LOGICAL_XOR_HPP -// Copyright (C) 2001 -// Housemarque, Inc. -// http://www.housemarque.com -// -// 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. +// Copyright (C) 2001 +// Housemarque Oy +// http://www.housemarque.com +// +// 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. -// See http://www.boost.org for most recent version. +// See http://www.boost.org for most recent version. /*! \file diff --git a/include/boost/preprocessor/max.hpp b/include/boost/preprocessor/max.hpp index 36456d9..ae7d7b6 100644 --- a/include/boost/preprocessor/max.hpp +++ b/include/boost/preprocessor/max.hpp @@ -1,16 +1,16 @@ #ifndef BOOST_PREPROCESSOR_MAX_HPP #define BOOST_PREPROCESSOR_MAX_HPP -// Copyright (C) 2001 -// Housemarque, Inc. -// http://www.housemarque.com -// -// 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. +// Copyright (C) 2001 +// Housemarque Oy +// http://www.housemarque.com +// +// 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. -// See http://www.boost.org for most recent version. +// See http://www.boost.org for most recent version. /*! \file diff --git a/include/boost/preprocessor/min.hpp b/include/boost/preprocessor/min.hpp index 77fec25..716cefe 100644 --- a/include/boost/preprocessor/min.hpp +++ b/include/boost/preprocessor/min.hpp @@ -1,16 +1,16 @@ #ifndef BOOST_PREPROCESSOR_MIN_HPP #define BOOST_PREPROCESSOR_MIN_HPP -// Copyright (C) 2001 -// Housemarque, Inc. -// http://www.housemarque.com -// -// 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. +// Copyright (C) 2001 +// Housemarque Oy +// http://www.housemarque.com +// +// 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. -// See http://www.boost.org for most recent version. +// See http://www.boost.org for most recent version. /*! \file diff --git a/include/boost/preprocessor/repeat.hpp b/include/boost/preprocessor/repeat.hpp index b092e75..ba12e0a 100644 --- a/include/boost/preprocessor/repeat.hpp +++ b/include/boost/preprocessor/repeat.hpp @@ -1,16 +1,16 @@ #ifndef BOOST_PREPROCESSOR_REPEAT_HPP #define BOOST_PREPROCESSOR_REPEAT_HPP -// Copyright (C) 2001 -// Housemarque, Inc. -// http://www.housemarque.com -// -// 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. +// Copyright (C) 2001 +// Housemarque Oy +// http://www.housemarque.com +// +// 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. -// See http://www.boost.org for most recent version. +// See http://www.boost.org for most recent version. /*! \file @@ -26,16 +26,6 @@ In other words, expands to the sequence: \endverbatim See BOOST_PREPROCESSOR_LIMIT_MAG. - -RATIONALE: -- BOOST_PREPROCESSOR_REPEAT, BOOST_PREPROCESSOR_REPEAT_2ND, ... must work together. -- BOOST_PREPROCESSOR_REPEAT is already tested with BOOST_PREPROCESSOR_ENUM_PARAMS. -- The tested repeat count should exceed imaginable usage. -- Testing the generation of is_function_helper()s upto 40 arguments should be -sufficient in this case. Many compilers may fail the repetition tests (at -least with higher counts). However, the primary purpose of the repetition -primitives is to enable configurability with reasonable defaults, and not -necessarily "the most impressive repetition". */ #define BOOST_PREPROCESSOR_REPEAT(N,M,P) BOOST_PREPROCESSOR_REPEAT_DELAY(N,M,P) diff --git a/include/boost/preprocessor/repeat_2nd.hpp b/include/boost/preprocessor/repeat_2nd.hpp index 7ea95d8..13b847c 100644 --- a/include/boost/preprocessor/repeat_2nd.hpp +++ b/include/boost/preprocessor/repeat_2nd.hpp @@ -1,16 +1,16 @@ #ifndef BOOST_PREPROCESSOR_REPEAT_2ND_HPP #define BOOST_PREPROCESSOR_REPEAT_2ND_HPP -// Copyright (C) 2001 -// Housemarque, Inc. -// http://www.housemarque.com -// -// 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. +// Copyright (C) 2001 +// Housemarque Oy +// http://www.housemarque.com +// +// 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. -// See http://www.boost.org for most recent version. +// See http://www.boost.org for most recent version. /*! \file diff --git a/include/boost/preprocessor/repeat_3rd.hpp b/include/boost/preprocessor/repeat_3rd.hpp index 64c3ee2..55f53a3 100644 --- a/include/boost/preprocessor/repeat_3rd.hpp +++ b/include/boost/preprocessor/repeat_3rd.hpp @@ -1,16 +1,16 @@ #ifndef BOOST_PREPROCESSOR_REPEAT_3RD_HPP #define BOOST_PREPROCESSOR_REPEAT_3RD_HPP -// Copyright (C) 2001 -// Housemarque, Inc. -// http://www.housemarque.com -// -// 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. +// Copyright (C) 2001 +// Housemarque Oy +// http://www.housemarque.com +// +// 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. -// See http://www.boost.org for most recent version. +// See http://www.boost.org for most recent version. /*! \file diff --git a/include/boost/preprocessor/stringize.hpp b/include/boost/preprocessor/stringize.hpp index 5676890..2107594 100644 --- a/include/boost/preprocessor/stringize.hpp +++ b/include/boost/preprocessor/stringize.hpp @@ -1,16 +1,16 @@ #ifndef BOOST_PREPROCESSOR_STRINGIZE_HPP #define BOOST_PREPROCESSOR_STRINGIZE_HPP -// Copyright (C) 2001 -// Housemarque, Inc. -// http://www.housemarque.com -// -// 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. +// Copyright (C) 2001 +// Housemarque Oy +// http://www.housemarque.com +// +// 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. -// See http://www.boost.org for most recent version. +// See http://www.boost.org for most recent version. /*! \file diff --git a/include/boost/preprocessor/tuple.hpp b/include/boost/preprocessor/tuple.hpp index 0b5b779..d71a2ba 100644 --- a/include/boost/preprocessor/tuple.hpp +++ b/include/boost/preprocessor/tuple.hpp @@ -1,16 +1,16 @@ #ifndef BOOST_PREPROCESSOR_TUPLE_HPP #define BOOST_PREPROCESSOR_TUPLE_HPP -// Copyright (C) 2001 -// Housemarque, Inc. -// http://www.housemarque.com -// -// 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. +// Copyright (C) 2001 +// Housemarque Oy +// http://www.housemarque.com +// +// 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. -// See http://www.boost.org for most recent version. +// See http://www.boost.org for most recent version. /*! \file diff --git a/include/boost/preprocessor/while.hpp b/include/boost/preprocessor/while.hpp index cd4bcc3..02ed8f1 100644 --- a/include/boost/preprocessor/while.hpp +++ b/include/boost/preprocessor/while.hpp @@ -1,16 +1,16 @@ #ifndef BOOST_PREPROCESSOR_WHILE_HPP #define BOOST_PREPROCESSOR_WHILE_HPP -// Copyright (C) 2001 -// Housemarque, Inc. -// http://www.housemarque.com -// -// 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. +// Copyright (C) 2001 +// Housemarque Oy +// http://www.housemarque.com +// +// 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. -// See http://www.boost.org for most recent version. +// See http://www.boost.org for most recent version. /*! \file