Converted to Boost Software License, Version 1.0

[SVN r24055]
This commit is contained in:
Douglas Gregor
2004-07-26 00:32:12 +00:00
parent 8cf0f62c06
commit 2d657dbb8b
428 changed files with 1284 additions and 2993 deletions

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2002 // Copyright (c) 2002
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_FSM_HANDLER_INCLUDED #ifndef BOOST_FSM_HANDLER_INCLUDED
#define BOOST_FSM_HANDLER_INCLUDED #define BOOST_FSM_HANDLER_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2002 // Copyright (c) 2002
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_FSM_BASE_EVENT_INCLUDED #ifndef BOOST_FSM_BASE_EVENT_INCLUDED
#define BOOST_FSM_BASE_EVENT_INCLUDED #define BOOST_FSM_BASE_EVENT_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2002 // Copyright (c) 2002
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_FSM_EVENT_INCLUDED #ifndef BOOST_FSM_EVENT_INCLUDED
#define BOOST_FSM_EVENT_INCLUDED #define BOOST_FSM_EVENT_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2002 // Copyright (c) 2002
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_FSM_STATE_INCLUDED #ifndef BOOST_FSM_STATE_INCLUDED
#define BOOST_FSM_STATE_INCLUDED #define BOOST_FSM_STATE_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2002 // Copyright (c) 2002
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_FSM_TRANSITION_INCLUDED #ifndef BOOST_FSM_TRANSITION_INCLUDED
#define BOOST_FSM_TRANSITION_INCLUDED #define BOOST_FSM_TRANSITION_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2002 // Copyright (c) 2002
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#include "state_machine.hpp" #include "state_machine.hpp"
#include "boost/mpl/list.hpp" #include "boost/mpl/list.hpp"

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2002 // Copyright (c) 2002
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_FSM_STATE_MACHINE_INCLUDED #ifndef BOOST_FSM_STATE_MACHINE_INCLUDED
#define BOOST_FSM_STATE_MACHINE_INCLUDED #define BOOST_FSM_STATE_MACHINE_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2002 // Copyright (c) 2002
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#include "boost/mpl/inherit_linearly.hpp" #include "boost/mpl/inherit_linearly.hpp"
#include "boost/mpl/int.hpp" #include "boost/mpl/int.hpp"

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2002 // Copyright (c) 2002
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#include "boost/mpl/inherit.hpp" #include "boost/mpl/inherit.hpp"
#include "boost/mpl/inherit_linearly.hpp" #include "boost/mpl/inherit_linearly.hpp"

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2001-02 // Copyright (c) 2001-02
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#include "boost/mpl/multiplies.hpp" #include "boost/mpl/multiplies.hpp"
#include "boost/mpl/list.hpp" #include "boost/mpl/list.hpp"

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2002 // Copyright (c) 2002
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#include "boost/mpl/v2_1.hpp" #include "boost/mpl/v2_1.hpp"

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2002 // Copyright (c) 2002
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#include "boost/mpl/fold_backward.hpp" #include "boost/mpl/fold_backward.hpp"
#include "boost/mpl/list.hpp" #include "boost/mpl/list.hpp"

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2000-02 // Copyright (c) 2000-02
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_O1_SIZE_HPP_INCLUDED #ifndef BOOST_MPL_O1_SIZE_HPP_INCLUDED
#define BOOST_MPL_O1_SIZE_HPP_INCLUDED #define BOOST_MPL_O1_SIZE_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2000-02 // Copyright (c) 2000-02
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_O1_SIZE_FWD_HPP_INCLUDED #ifndef BOOST_MPL_O1_SIZE_FWD_HPP_INCLUDED
#define BOOST_MPL_O1_SIZE_FWD_HPP_INCLUDED #define BOOST_MPL_O1_SIZE_FWD_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2000-02 // Copyright (c) 2000-02
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_ADVANCE_HPP_INCLUDED #ifndef BOOST_MPL_ADVANCE_HPP_INCLUDED
#define BOOST_MPL_ADVANCE_HPP_INCLUDED #define BOOST_MPL_ADVANCE_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2000-02 // Copyright (c) 2000-02
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_ALIAS_HPP_INCLUDED #ifndef BOOST_MPL_ALIAS_HPP_INCLUDED
#define BOOST_MPL_ALIAS_HPP_INCLUDED #define BOOST_MPL_ALIAS_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2001-02 // Copyright (c) 2001-02
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_ALWAYS_HPP_INCLUDED #ifndef BOOST_MPL_ALWAYS_HPP_INCLUDED
#define BOOST_MPL_ALWAYS_HPP_INCLUDED #define BOOST_MPL_ALWAYS_HPP_INCLUDED

View File

@@ -8,13 +8,9 @@
// Copyright (c) 2000-03 // Copyright (c) 2000-03
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
// //
// See http://www.boost.org/libs/mpl for documentation. // See http://www.boost.org/libs/mpl for documentation.

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2000-03 // Copyright (c) 2000-03
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#if !defined(BOOST_PP_IS_ITERATING) #if !defined(BOOST_PP_IS_ITERATING)

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2000-02 // Copyright (c) 2000-02
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_APPLY_IF_HPP_INCLUDED #ifndef BOOST_MPL_APPLY_IF_HPP_INCLUDED
#define BOOST_MPL_APPLY_IF_HPP_INCLUDED #define BOOST_MPL_APPLY_IF_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2001-02 // Copyright (c) 2001-02
// Peter Dimov, Aleksey Gurtovoy // Peter Dimov, Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#if !defined(BOOST_PP_IS_ITERATING) #if !defined(BOOST_PP_IS_ITERATING)

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2001-02 // Copyright (c) 2001-02
// Peter Dimov, Aleksey Gurtovoy // Peter Dimov, Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_ARG_FWD_HPP_INCLUDED #ifndef BOOST_MPL_ARG_FWD_HPP_INCLUDED
#define BOOST_MPL_ARG_FWD_HPP_INCLUDED #define BOOST_MPL_ARG_FWD_HPP_INCLUDED

View File

@@ -8,13 +8,9 @@
// Copyright (c) 2000-03 // Copyright (c) 2000-03
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
// //
// See http://www.boost.org/libs/mpl for documentation. // See http://www.boost.org/libs/mpl for documentation.

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2002 // Copyright (c) 2002
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AS_SEQUENCE_HPP_INCLUDED #ifndef BOOST_MPL_AS_SEQUENCE_HPP_INCLUDED
#define BOOST_MPL_AS_SEQUENCE_HPP_INCLUDED #define BOOST_MPL_AS_SEQUENCE_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2000-02 // Copyright (c) 2000-02
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_ASSERT_IS_SAME_HPP_INCLUDED #ifndef BOOST_MPL_ASSERT_IS_SAME_HPP_INCLUDED
#define BOOST_MPL_ASSERT_IS_SAME_HPP_INCLUDED #define BOOST_MPL_ASSERT_IS_SAME_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2000-02 // Copyright (c) 2000-02
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AT_HPP_INCLUDED #ifndef BOOST_MPL_AT_HPP_INCLUDED
#define BOOST_MPL_AT_HPP_INCLUDED #define BOOST_MPL_AT_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2000-02 // Copyright (c) 2000-02
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AT_FWD_HPP_INCLUDED #ifndef BOOST_MPL_AT_FWD_HPP_INCLUDED
#define BOOST_MPL_AT_FWD_HPP_INCLUDED #define BOOST_MPL_AT_FWD_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2000-02 // Copyright (c) 2000-02
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_O1_SIZE_IMPL_HPP_INCLUDED #ifndef BOOST_MPL_O1_SIZE_IMPL_HPP_INCLUDED
#define BOOST_MPL_O1_SIZE_IMPL_HPP_INCLUDED #define BOOST_MPL_O1_SIZE_IMPL_HPP_INCLUDED

View File

@@ -12,13 +12,9 @@
// Copyright (c) 2000-03 // Copyright (c) 2000-03
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
// //
// See http://www.boost.org/libs/mpl for documentation. // See http://www.boost.org/libs/mpl for documentation.

View File

@@ -12,13 +12,9 @@
// Copyright (c) 2000-03 // Copyright (c) 2000-03
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
// //
// See http://www.boost.org/libs/mpl for documentation. // See http://www.boost.org/libs/mpl for documentation.

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2002 // Copyright (c) 2002
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_ALGORITHM_NAMESPACE_HPP_INCLUDED #ifndef BOOST_MPL_AUX_ALGORITHM_NAMESPACE_HPP_INCLUDED
#define BOOST_MPL_AUX_ALGORITHM_NAMESPACE_HPP_INCLUDED #define BOOST_MPL_AUX_ALGORITHM_NAMESPACE_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2001-02 // Copyright (c) 2001-02
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_APPLY_HPP_INCLUDED #ifndef BOOST_MPL_AUX_APPLY_HPP_INCLUDED
#define BOOST_MPL_AUX_APPLY_HPP_INCLUDED #define BOOST_MPL_AUX_APPLY_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2002 // Copyright (c) 2002
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_APPLY_1ST_HPP_INCLUDED #ifndef BOOST_MPL_AUX_APPLY_1ST_HPP_INCLUDED
#define BOOST_MPL_AUX_APPLY_1ST_HPP_INCLUDED #define BOOST_MPL_AUX_APPLY_1ST_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2001-02 // Copyright (c) 2001-02
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_ARG_TYPEDEF_HPP_INCLUDED #ifndef BOOST_MPL_AUX_ARG_TYPEDEF_HPP_INCLUDED
#define BOOST_MPL_AUX_ARG_TYPEDEF_HPP_INCLUDED #define BOOST_MPL_AUX_ARG_TYPEDEF_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2001-02 // Copyright (c) 2001-02
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_ARITY_HPP_INCLUDED #ifndef BOOST_MPL_AUX_ARITY_HPP_INCLUDED
#define BOOST_MPL_AUX_ARITY_HPP_INCLUDED #define BOOST_MPL_AUX_ARITY_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2001-02 // Copyright (c) 2001-02
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_ARITY_SPEC_HPP_INCLUDED #ifndef BOOST_MPL_AUX_ARITY_SPEC_HPP_INCLUDED
#define BOOST_MPL_AUX_ARITY_SPEC_HPP_INCLUDED #define BOOST_MPL_AUX_ARITY_SPEC_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2000-02 // Copyright (c) 2000-02
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_AT_IMPL_HPP_INCLUDED #ifndef BOOST_MPL_AUX_AT_IMPL_HPP_INCLUDED
#define BOOST_MPL_AUX_AT_IMPL_HPP_INCLUDED #define BOOST_MPL_AUX_AT_IMPL_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2000-02 // Copyright (c) 2000-02
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_BACK_IMPL_HPP_INCLUDED #ifndef BOOST_MPL_AUX_BACK_IMPL_HPP_INCLUDED
#define BOOST_MPL_AUX_BACK_IMPL_HPP_INCLUDED #define BOOST_MPL_AUX_BACK_IMPL_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2000-02 // Copyright (c) 2000-02
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_BEGIN_END_IMPL_HPP_INCLUDED #ifndef BOOST_MPL_AUX_BEGIN_END_IMPL_HPP_INCLUDED
#define BOOST_MPL_AUX_BEGIN_END_IMPL_HPP_INCLUDED #define BOOST_MPL_AUX_BEGIN_END_IMPL_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2000-02 // Copyright (c) 2000-02
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_BOOL_VALUE_WKND_HPP_INCLUDED #ifndef BOOST_MPL_AUX_BOOL_VALUE_WKND_HPP_INCLUDED
#define BOOST_MPL_AUX_BOOL_VALUE_WKND_HPP_INCLUDED #define BOOST_MPL_AUX_BOOL_VALUE_WKND_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2000-02 // Copyright (c) 2000-02
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_CLEAR_IMPL_HPP_INCLUDED #ifndef BOOST_MPL_AUX_CLEAR_IMPL_HPP_INCLUDED
#define BOOST_MPL_AUX_CLEAR_IMPL_HPP_INCLUDED #define BOOST_MPL_AUX_CLEAR_IMPL_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2002 // Copyright (c) 2002
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_COMMON_NAME_WKND_HPP_INCLUDED #ifndef BOOST_MPL_AUX_COMMON_NAME_WKND_HPP_INCLUDED
#define BOOST_MPL_AUX_COMMON_NAME_WKND_HPP_INCLUDED #define BOOST_MPL_AUX_COMMON_NAME_WKND_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2002 // Copyright (c) 2002
// David Abrahams, Aleksey Gurtovoy // David Abrahams, Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_CONFIG_BIND_HPP_INCLUDED #ifndef BOOST_MPL_AUX_CONFIG_BIND_HPP_INCLUDED
#define BOOST_MPL_AUX_CONFIG_BIND_HPP_INCLUDED #define BOOST_MPL_AUX_CONFIG_BIND_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2001-02 // Copyright (c) 2001-02
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_CONFIG_COMPILER_HPP_INCLUDED #ifndef BOOST_MPL_AUX_CONFIG_COMPILER_HPP_INCLUDED
#define BOOST_MPL_AUX_CONFIG_COMPILER_HPP_INCLUDED #define BOOST_MPL_AUX_CONFIG_COMPILER_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2000-02 // Copyright (c) 2000-02
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_CONFIG_CTPS_HPP_INCLUDED #ifndef BOOST_MPL_AUX_CONFIG_CTPS_HPP_INCLUDED
#define BOOST_MPL_AUX_CONFIG_CTPS_HPP_INCLUDED #define BOOST_MPL_AUX_CONFIG_CTPS_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2002 // Copyright (c) 2002
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_CONFIG_DEPENDENT_NTTP_HPP_INCLUDED #ifndef BOOST_MPL_AUX_CONFIG_DEPENDENT_NTTP_HPP_INCLUDED
#define BOOST_MPL_AUX_CONFIG_DEPENDENT_NTTP_HPP_INCLUDED #define BOOST_MPL_AUX_CONFIG_DEPENDENT_NTTP_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2001-02 // Copyright (c) 2001-02
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_CONFIG_DTP_HPP_INCLUDED #ifndef BOOST_MPL_AUX_CONFIG_DTP_HPP_INCLUDED
#define BOOST_MPL_AUX_CONFIG_DTP_HPP_INCLUDED #define BOOST_MPL_AUX_CONFIG_DTP_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2001-02 // Copyright (c) 2001-02
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_CONFIG_ETI_HPP_INCLUDED #ifndef BOOST_MPL_AUX_CONFIG_ETI_HPP_INCLUDED
#define BOOST_MPL_AUX_CONFIG_ETI_HPP_INCLUDED #define BOOST_MPL_AUX_CONFIG_ETI_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2002 // Copyright (c) 2002
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_CONFIG_INTERNALS_HPP_INCLUDED #ifndef BOOST_MPL_AUX_CONFIG_INTERNALS_HPP_INCLUDED
#define BOOST_MPL_AUX_CONFIG_INTERNALS_HPP_INCLUDED #define BOOST_MPL_AUX_CONFIG_INTERNALS_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2002 // Copyright (c) 2002
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_CONFIG_LAMBDA_HPP_INCLUDED #ifndef BOOST_MPL_AUX_CONFIG_LAMBDA_HPP_INCLUDED
#define BOOST_MPL_AUX_CONFIG_LAMBDA_HPP_INCLUDED #define BOOST_MPL_AUX_CONFIG_LAMBDA_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2000-02 // Copyright (c) 2000-02
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_CONFIG_MSVC_HPP_INCLUDED #ifndef BOOST_MPL_AUX_CONFIG_MSVC_HPP_INCLUDED
#define BOOST_MPL_AUX_CONFIG_MSVC_HPP_INCLUDED #define BOOST_MPL_AUX_CONFIG_MSVC_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2000-02 // Copyright (c) 2000-02
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_CONFIG_MSVC_TYPENAME_HPP_INCLUDED #ifndef BOOST_MPL_AUX_CONFIG_MSVC_TYPENAME_HPP_INCLUDED
#define BOOST_MPL_AUX_CONFIG_MSVC_TYPENAME_HPP_INCLUDED #define BOOST_MPL_AUX_CONFIG_MSVC_TYPENAME_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2001-02 // Copyright (c) 2001-02
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_CONFIG_NTTP_HPP_INCLUDED #ifndef BOOST_MPL_AUX_CONFIG_NTTP_HPP_INCLUDED
#define BOOST_MPL_AUX_CONFIG_NTTP_HPP_INCLUDED #define BOOST_MPL_AUX_CONFIG_NTTP_HPP_INCLUDED

View File

@@ -8,13 +8,9 @@
// Copyright (c) 2002-03 // Copyright (c) 2002-03
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
// //
// See http://www.boost.org/libs/mpl for documentation. // See http://www.boost.org/libs/mpl for documentation.

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2000-02 // Copyright (c) 2000-02
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_CONFIG_STATIC_CONSTANT_HPP_INCLUDED #ifndef BOOST_MPL_AUX_CONFIG_STATIC_CONSTANT_HPP_INCLUDED
#define BOOST_MPL_AUX_CONFIG_STATIC_CONSTANT_HPP_INCLUDED #define BOOST_MPL_AUX_CONFIG_STATIC_CONSTANT_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2000-02 // Copyright (c) 2000-02
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_CONFIG_TTP_HPP_INCLUDED #ifndef BOOST_MPL_AUX_CONFIG_TTP_HPP_INCLUDED
#define BOOST_MPL_AUX_CONFIG_TTP_HPP_INCLUDED #define BOOST_MPL_AUX_CONFIG_TTP_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2002 // Copyright (c) 2002
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_CONFIG_USE_PREPROCESSED_HPP_INCLUDED #ifndef BOOST_MPL_AUX_CONFIG_USE_PREPROCESSED_HPP_INCLUDED
#define BOOST_MPL_AUX_CONFIG_USE_PREPROCESSED_HPP_INCLUDED #define BOOST_MPL_AUX_CONFIG_USE_PREPROCESSED_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2002 // Copyright (c) 2002
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_CONFIG_VECTOR_HPP_INCLUDED #ifndef BOOST_MPL_AUX_CONFIG_VECTOR_HPP_INCLUDED
#define BOOST_MPL_AUX_CONFIG_VECTOR_HPP_INCLUDED #define BOOST_MPL_AUX_CONFIG_VECTOR_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2002 // Copyright (c) 2002
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_CONFIG_WORKAROUND_HPP_INCLUDED #ifndef BOOST_MPL_AUX_CONFIG_WORKAROUND_HPP_INCLUDED
#define BOOST_MPL_AUX_CONFIG_WORKAROUND_HPP_INCLUDED #define BOOST_MPL_AUX_CONFIG_WORKAROUND_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2001-02 // Copyright (c) 2001-02
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_COPY_IF_OP_HPP_INCLUDED #ifndef BOOST_MPL_AUX_COPY_IF_OP_HPP_INCLUDED
#define BOOST_MPL_AUX_COPY_IF_OP_HPP_INCLUDED #define BOOST_MPL_AUX_COPY_IF_OP_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2001-02 // Copyright (c) 2001-02
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_COPY_OP_HPP_INCLUDED #ifndef BOOST_MPL_AUX_COPY_OP_HPP_INCLUDED
#define BOOST_MPL_AUX_COPY_OP_HPP_INCLUDED #define BOOST_MPL_AUX_COPY_OP_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2000-02 // Copyright (c) 2000-02
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
// no include guards, the header is intended for multiple inclusion! // no include guards, the header is intended for multiple inclusion!

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2002 // Copyright (c) 2002
// Fernando Cacciola, Aleksey Gurtovoy // Fernando Cacciola, Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_DEBUG_PRINT_HPP_INCLUDED #ifndef BOOST_MPL_AUX_DEBUG_PRINT_HPP_INCLUDED
#define BOOST_MPL_AUX_DEBUG_PRINT_HPP_INCLUDED #define BOOST_MPL_AUX_DEBUG_PRINT_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2001-03 // Copyright (c) 2001-03
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_DEREF_WNKD_HPP_INCLUDED #ifndef BOOST_MPL_AUX_DEREF_WNKD_HPP_INCLUDED
#define BOOST_MPL_AUX_DEREF_WNKD_HPP_INCLUDED #define BOOST_MPL_AUX_DEREF_WNKD_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2000-02 // Copyright (c) 2000-02
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_EMPTY_IMPL_HPP_INCLUDED #ifndef BOOST_MPL_AUX_EMPTY_IMPL_HPP_INCLUDED
#define BOOST_MPL_AUX_EMPTY_IMPL_HPP_INCLUDED #define BOOST_MPL_AUX_EMPTY_IMPL_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2000-02 // Copyright (c) 2000-02
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_ERASE_IMPL_HPP_INCLUDED #ifndef BOOST_MPL_AUX_ERASE_IMPL_HPP_INCLUDED
#define BOOST_MPL_AUX_ERASE_IMPL_HPP_INCLUDED #define BOOST_MPL_AUX_ERASE_IMPL_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2000-02 // Copyright (c) 2000-02
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_FILTER_ITER_HPP_INCLUDED #ifndef BOOST_MPL_AUX_FILTER_ITER_HPP_INCLUDED
#define BOOST_MPL_AUX_FILTER_ITER_HPP_INCLUDED #define BOOST_MPL_AUX_FILTER_ITER_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2000-02 // Copyright (c) 2000-02
// Aleksey Gurtovoy, Eric Friedman // Aleksey Gurtovoy, Eric Friedman
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_FIND_IF_PRED_HPP_INCLUDED #ifndef BOOST_MPL_AUX_FIND_IF_PRED_HPP_INCLUDED
#define BOOST_MPL_AUX_FIND_IF_PRED_HPP_INCLUDED #define BOOST_MPL_AUX_FIND_IF_PRED_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2000-02 // Copyright (c) 2000-02
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_FOLD_BACKWARD_IMPL_HPP_INCLUDED #ifndef BOOST_MPL_AUX_FOLD_BACKWARD_IMPL_HPP_INCLUDED
#define BOOST_MPL_AUX_FOLD_BACKWARD_IMPL_HPP_INCLUDED #define BOOST_MPL_AUX_FOLD_BACKWARD_IMPL_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2000-02 // Copyright (c) 2000-02
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
// no include guards, the header is intended for multiple inclusion! // no include guards, the header is intended for multiple inclusion!

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2000-02 // Copyright (c) 2000-02
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_FOLD_IMPL_HPP_INCLUDED #ifndef BOOST_MPL_AUX_FOLD_IMPL_HPP_INCLUDED
#define BOOST_MPL_AUX_FOLD_IMPL_HPP_INCLUDED #define BOOST_MPL_AUX_FOLD_IMPL_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2000-02 // Copyright (c) 2000-02
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
// no include guards, the header is intended for multiple inclusion! // no include guards, the header is intended for multiple inclusion!

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2001-02 // Copyright (c) 2001-02
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_FOLD_OP_HPP_INCLUDED #ifndef BOOST_MPL_AUX_FOLD_OP_HPP_INCLUDED
#define BOOST_MPL_AUX_FOLD_OP_HPP_INCLUDED #define BOOST_MPL_AUX_FOLD_OP_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2001-02 // Copyright (c) 2001-02
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_FOLD_PRED_HPP_INCLUDED #ifndef BOOST_MPL_AUX_FOLD_PRED_HPP_INCLUDED
#define BOOST_MPL_AUX_FOLD_PRED_HPP_INCLUDED #define BOOST_MPL_AUX_FOLD_PRED_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2000-02 // Copyright (c) 2000-02
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_FRONT_IMPL_HPP_INCLUDED #ifndef BOOST_MPL_AUX_FRONT_IMPL_HPP_INCLUDED
#define BOOST_MPL_AUX_FRONT_IMPL_HPP_INCLUDED #define BOOST_MPL_AUX_FRONT_IMPL_HPP_INCLUDED

View File

@@ -12,13 +12,9 @@
// Copyright (c) 2001-03 // Copyright (c) 2001-03
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
// //
// See http://www.boost.org/libs/mpl for documentation. // See http://www.boost.org/libs/mpl for documentation.

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2002 // Copyright (c) 2002
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_HAS_BEGIN_HPP_INCLUDED #ifndef BOOST_MPL_AUX_HAS_BEGIN_HPP_INCLUDED
#define BOOST_MPL_AUX_HAS_BEGIN_HPP_INCLUDED #define BOOST_MPL_AUX_HAS_BEGIN_HPP_INCLUDED

View File

@@ -8,13 +8,9 @@
// Copyright (c) 2002-03 // Copyright (c) 2002-03
// David Abrahams, Aleksey Gurtovoy // David Abrahams, Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
// //
// See http://www.boost.org/libs/mpl for documentation. // See http://www.boost.org/libs/mpl for documentation.

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2002 // Copyright (c) 2002
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_HAS_REBIND_HPP_INCLUDED #ifndef BOOST_MPL_AUX_HAS_REBIND_HPP_INCLUDED
#define BOOST_MPL_AUX_HAS_REBIND_HPP_INCLUDED #define BOOST_MPL_AUX_HAS_REBIND_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2002 // Copyright (c) 2002
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_HAS_SIZE_HPP_INCLUDED #ifndef BOOST_MPL_AUX_HAS_SIZE_HPP_INCLUDED
#define BOOST_MPL_AUX_HAS_SIZE_HPP_INCLUDED #define BOOST_MPL_AUX_HAS_SIZE_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2002 // Copyright (c) 2002
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_HAS_TAG_HPP_INCLUDED #ifndef BOOST_MPL_AUX_HAS_TAG_HPP_INCLUDED
#define BOOST_MPL_AUX_HAS_TAG_HPP_INCLUDED #define BOOST_MPL_AUX_HAS_TAG_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2002 // Copyright (c) 2002
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_HAS_TYPE_HPP_INCLUDED #ifndef BOOST_MPL_AUX_HAS_TYPE_HPP_INCLUDED
#define BOOST_MPL_AUX_HAS_TYPE_HPP_INCLUDED #define BOOST_MPL_AUX_HAS_TYPE_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2001-03 // Copyright (c) 2001-03
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_ICE_CAST_HPP_INCLUDED #ifndef BOOST_MPL_AUX_ICE_CAST_HPP_INCLUDED
#define BOOST_MPL_AUX_ICE_CAST_HPP_INCLUDED #define BOOST_MPL_AUX_ICE_CAST_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2000-02 // Copyright (c) 2000-02
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_INSERT_IMPL_HPP_INCLUDED #ifndef BOOST_MPL_INSERT_IMPL_HPP_INCLUDED
#define BOOST_MPL_INSERT_IMPL_HPP_INCLUDED #define BOOST_MPL_INSERT_IMPL_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2000-02 // Copyright (c) 2000-02
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_INSERT_RANGE_IMPL_HPP_INCLUDED #ifndef BOOST_MPL_AUX_INSERT_RANGE_IMPL_HPP_INCLUDED
#define BOOST_MPL_AUX_INSERT_RANGE_IMPL_HPP_INCLUDED #define BOOST_MPL_AUX_INSERT_RANGE_IMPL_HPP_INCLUDED

View File

@@ -5,13 +5,9 @@
// Copyright (c) 2000-03 // Copyright (c) 2000-03
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
// //
// See http://www.boost.org/libs/mpl for documentation. // See http://www.boost.org/libs/mpl for documentation.

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2001-03 // Copyright (c) 2001-03
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_IS_MSVC_ETI_ARG_HPP_INCLUDED #ifndef BOOST_MPL_AUX_IS_MSVC_ETI_ARG_HPP_INCLUDED
#define BOOST_MPL_AUX_IS_MSVC_ETI_ARG_HPP_INCLUDED #define BOOST_MPL_AUX_IS_MSVC_ETI_ARG_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2002 // Copyright (c) 2002
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_ITER_APPLY_HPP_INCLUDED #ifndef BOOST_MPL_ITER_APPLY_HPP_INCLUDED
#define BOOST_MPL_ITER_APPLY_HPP_INCLUDED #define BOOST_MPL_ITER_APPLY_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2002 // Copyright (c) 2002
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_ITER_DISTANCE_HPP_INCLUDED #ifndef BOOST_MPL_AUX_ITER_DISTANCE_HPP_INCLUDED
#define BOOST_MPL_AUX_ITER_DISTANCE_HPP_INCLUDED #define BOOST_MPL_AUX_ITER_DISTANCE_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2000-02 // Copyright (c) 2000-02
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_ITER_FOLD_BACKWARD_IMPL_HPP_INCLUDED #ifndef BOOST_MPL_AUX_ITER_FOLD_BACKWARD_IMPL_HPP_INCLUDED
#define BOOST_MPL_AUX_ITER_FOLD_BACKWARD_IMPL_HPP_INCLUDED #define BOOST_MPL_AUX_ITER_FOLD_BACKWARD_IMPL_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2001-02 // Copyright (c) 2001-02
// Aleksey Gurtovoy, David Abrahams // Aleksey Gurtovoy, David Abrahams
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_ITER_FOLD_IF_IMPL_HPP_INCLUDED #ifndef BOOST_MPL_AUX_ITER_FOLD_IF_IMPL_HPP_INCLUDED
#define BOOST_MPL_AUX_ITER_FOLD_IF_IMPL_HPP_INCLUDED #define BOOST_MPL_AUX_ITER_FOLD_IF_IMPL_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2000-02 // Copyright (c) 2000-02
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_ITER_FOLD_IMPL_HPP_INCLUDED #ifndef BOOST_MPL_AUX_ITER_FOLD_IMPL_HPP_INCLUDED
#define BOOST_MPL_AUX_ITER_FOLD_IMPL_HPP_INCLUDED #define BOOST_MPL_AUX_ITER_FOLD_IMPL_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2002 // Copyright (c) 2002
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_ITER_PUSH_FRONT_HPP_INCLUDED #ifndef BOOST_MPL_ITER_PUSH_FRONT_HPP_INCLUDED
#define BOOST_MPL_ITER_PUSH_FRONT_HPP_INCLUDED #define BOOST_MPL_ITER_PUSH_FRONT_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2001-02 // Copyright (c) 2001-02
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_ITERATOR_CATEGORY_HPP_INCLUDED #ifndef BOOST_MPL_AUX_ITERATOR_CATEGORY_HPP_INCLUDED
#define BOOST_MPL_AUX_ITERATOR_CATEGORY_HPP_INCLUDED #define BOOST_MPL_AUX_ITERATOR_CATEGORY_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2002 // Copyright (c) 2002
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_ITERATOR_NAMES_HPP_INCLUDED #ifndef BOOST_MPL_AUX_ITERATOR_NAMES_HPP_INCLUDED
#define BOOST_MPL_AUX_ITERATOR_NAMES_HPP_INCLUDED #define BOOST_MPL_AUX_ITERATOR_NAMES_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2000-02 // Copyright (c) 2000-02
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_JOINT_ITER_HPP_INCLUDED #ifndef BOOST_MPL_AUX_JOINT_ITER_HPP_INCLUDED
#define BOOST_MPL_AUX_JOINT_ITER_HPP_INCLUDED #define BOOST_MPL_AUX_JOINT_ITER_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2001-02 // Copyright (c) 2001-02
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_LAMBDA_ARITY_PARAM_HPP_INCLUDED #ifndef BOOST_MPL_AUX_LAMBDA_ARITY_PARAM_HPP_INCLUDED
#define BOOST_MPL_AUX_LAMBDA_ARITY_PARAM_HPP_INCLUDED #define BOOST_MPL_AUX_LAMBDA_ARITY_PARAM_HPP_INCLUDED

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2001-02 // Copyright (c) 2001-02
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_LAMBDA_EXPR_HPP_INCLUDED #ifndef BOOST_MPL_AUX_LAMBDA_EXPR_HPP_INCLUDED
#define BOOST_MPL_AUX_LAMBDA_EXPR_HPP_INCLUDED #define BOOST_MPL_AUX_LAMBDA_EXPR_HPP_INCLUDED

View File

@@ -12,13 +12,9 @@
// Copyright (c) 2001-03 // Copyright (c) 2001-03
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
// //
// See http://www.boost.org/libs/mpl for documentation. // See http://www.boost.org/libs/mpl for documentation.

View File

@@ -6,13 +6,9 @@
// Copyright (c) 2001-02 // Copyright (c) 2001-02
// Aleksey Gurtovoy // Aleksey Gurtovoy
// //
// Permission to use, copy, modify, distribute and sell this software // Distributed under the Boost Software License, Version 1.0. (See
// and its documentation for any purpose is hereby granted without fee, // accompanying file LICENSE_1_0.txt or copy at
// provided that the above copyright notice appears in all copies and // http://www.boost.org/LICENSE_1_0.txt)
// that both the copyright notice and this permission notice appear in
// supporting documentation. No representations are made about the
// suitability of this software for any purpose. It is provided "as is"
// without express or implied warranty.
#ifndef BOOST_MPL_AUX_LAMBDA_SPEC_HPP_INCLUDED #ifndef BOOST_MPL_AUX_LAMBDA_SPEC_HPP_INCLUDED
#define BOOST_MPL_AUX_LAMBDA_SPEC_HPP_INCLUDED #define BOOST_MPL_AUX_LAMBDA_SPEC_HPP_INCLUDED

Some files were not shown because too many files have changed in this diff Show More