|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r56083 - in sandbox/itl: boost/itl boost/itl/detail boost/itl/type_traits boost/itl_xt boost/validate boost/validate/laws libs/itl/example libs/itl/test libs/itl/test/fastest_itl_map_ libs/itl/test/fastest_set_interval_set_ libs/itl/test/fastest_set_itl_set_ libs/itl/test/test_itl_map_ libs/itl/test/test_set_interval_set_ libs/itl/test/test_set_itl_set_ libs/validate/example/labat_polygon_
From: afojgo_at_[hidden]
Date: 2009-09-07 06:45:24
Author: jofaber
Date: 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
New Revision: 56083
URL: http://svn.boost.org/trac/boost/changeset/56083
Log:
Boostifying. Replaced tabs. Reduced warnings. Standardized header guards.
Stable {msvc-8.0r+d, 9.0r+d; gcc-3.4.4, 4.1.0r+d, 4.3.2r+d, inspected}
Text files modified:
sandbox/itl/boost/itl/detail/design_config.hpp | 6 +-
sandbox/itl/boost/itl/detail/element_comparer.hpp | 4 +-
sandbox/itl/boost/itl/detail/interval_subset_comparer.hpp | 4 +-
sandbox/itl/boost/itl/detail/notate.hpp | 8 ++--
sandbox/itl/boost/itl/detail/relation_state.hpp | 6 +-
sandbox/itl/boost/itl/detail/subset_comparer.hpp | 4 +-
sandbox/itl/boost/itl/functions.hpp | 4 +-
sandbox/itl/boost/itl/functors.hpp | 4 +-
sandbox/itl/boost/itl/gregorian.hpp | 4 +-
sandbox/itl/boost/itl/interval.hpp | 4 +-
sandbox/itl/boost/itl/interval_map.hpp | 4 +-
sandbox/itl/boost/itl/interval_morphism.hpp | 4 +-
sandbox/itl/boost/itl/interval_set.hpp | 4 +-
sandbox/itl/boost/itl/interval_set_algo.hpp | 4 +-
sandbox/itl/boost/itl/map.hpp | 6 +-
sandbox/itl/boost/itl/map_algo.hpp | 4 +-
sandbox/itl/boost/itl/predicates.hpp | 4 +-
sandbox/itl/boost/itl/ptime.hpp | 4 +-
sandbox/itl/boost/itl/rational.hpp | 4 +-
sandbox/itl/boost/itl/separate_interval_set.hpp | 4 +-
sandbox/itl/boost/itl/set.hpp | 6 +-
sandbox/itl/boost/itl/set_algo.hpp | 4 +-
sandbox/itl/boost/itl/split_interval_map.hpp | 4 +-
sandbox/itl/boost/itl/type_traits/absorbs_neutrons.hpp | 4 +-
sandbox/itl/boost/itl/type_traits/difference.hpp | 4 +-
sandbox/itl/boost/itl/type_traits/has_inverse.hpp | 6 +-
sandbox/itl/boost/itl/type_traits/is_combinable.hpp | 70 ++++++++++++++++++++--------------------
sandbox/itl/boost/itl/type_traits/is_concept_equivalent.hpp | 6 +-
sandbox/itl/boost/itl/type_traits/is_continuous.hpp | 4 +-
sandbox/itl/boost/itl/type_traits/is_element_container.hpp | 8 ++--
sandbox/itl/boost/itl/type_traits/is_interval_container.hpp | 14 ++++----
sandbox/itl/boost/itl/type_traits/is_interval_separator.hpp | 4 +-
sandbox/itl/boost/itl/type_traits/is_interval_splitter.hpp | 4 +-
sandbox/itl/boost/itl/type_traits/is_map.hpp | 4 +-
sandbox/itl/boost/itl/type_traits/is_set.hpp | 4 +-
sandbox/itl/boost/itl/type_traits/is_total.hpp | 4 +-
sandbox/itl/boost/itl/type_traits/neutron.hpp | 4 +-
sandbox/itl/boost/itl/type_traits/size.hpp | 4 +-
sandbox/itl/boost/itl/type_traits/succ_pred.hpp | 4 +-
sandbox/itl/boost/itl/type_traits/to_string.hpp | 14 ++++----
sandbox/itl/boost/itl/type_traits/type_to_string.hpp | 4 +-
sandbox/itl/boost/itl/type_traits/unon.hpp | 4 +-
sandbox/itl/boost/itl/type_traits/value_size.hpp | 4 +-
sandbox/itl/boost/itl_xt/enum_bitset.hpp | 6 +-
sandbox/itl/boost/itl_xt/episode_product.hpp | 6 +-
sandbox/itl/boost/itl_xt/episode_set.hpp | 6 +-
sandbox/itl/boost/itl_xt/fixtupelconst.hpp | 6 +-
sandbox/itl/boost/itl_xt/list.hpp | 6 +-
sandbox/itl/boost/itl_xt/prefix_set.hpp | 6 +-
sandbox/itl/boost/itl_xt/string_list.hpp | 4 +-
sandbox/itl/boost/itl_xt/string_map.hpp | 6 +-
sandbox/itl/boost/itl_xt/string_set.hpp | 4 +-
sandbox/itl/boost/itl_xt/string_sheet.hpp | 6 +-
sandbox/itl/boost/itl_xt/stringpattern_set.hpp | 6 +-
sandbox/itl/boost/itl_xt/typed_episode.hpp | 6 +-
sandbox/itl/boost/itl_xt/var_tuple.hpp | 22 ++++++------
sandbox/itl/boost/validate/laws/element_order.hpp | 6 +-
sandbox/itl/boost/validate/laws/induced_relation.hpp | 6 +-
sandbox/itl/boost/validate/laws/inversion_laws.hpp | 6 +-
sandbox/itl/boost/validate/laws/law.hpp | 6 +-
sandbox/itl/boost/validate/laws/law_violations.hpp | 6 +-
sandbox/itl/boost/validate/laws/map_laws.hpp | 6 +-
sandbox/itl/boost/validate/laws/minor_set_laws.hpp | 6 +-
sandbox/itl/boost/validate/laws/monoid.hpp | 6 +-
sandbox/itl/boost/validate/laws/order.hpp | 6 +-
sandbox/itl/boost/validate/laws/pushouts.hpp | 6 +-
sandbox/itl/boost/validate/laws/set_laws.hpp | 6 +-
sandbox/itl/boost/validate/laws/subset_order.hpp | 6 +-
sandbox/itl/boost/validate/laws/symmetric_difference.hpp | 6 +-
sandbox/itl/boost/validate/validation_counts.hpp | 6 +-
sandbox/itl/libs/itl/example/toytime.hpp | 2 +
sandbox/itl/libs/itl/test/fastest_interval_map_cases.hpp | 6 +-
sandbox/itl/libs/itl/test/fastest_interval_map_infix_cases.hpp | 6 +-
sandbox/itl/libs/itl/test/fastest_interval_set_cases.hpp | 6 +-
sandbox/itl/libs/itl/test/fastest_interval_set_infix_cases.hpp | 6 +-
sandbox/itl/libs/itl/test/fastest_itl_map_/fastest_itl_map_cases.hpp | 6 +-
sandbox/itl/libs/itl/test/fastest_partial_interval_quantifier_cases.hpp | 6 +-
sandbox/itl/libs/itl/test/fastest_set_interval_set_/fastest_set_interval_set_cases.hpp | 6 +-
sandbox/itl/libs/itl/test/fastest_set_itl_set_/fastest_set_itl_set_cases.hpp | 6 +-
sandbox/itl/libs/itl/test/fastest_total_interval_quantifier_cases.hpp | 6 +-
sandbox/itl/libs/itl/test/test_interval_map_cases.hpp | 6 +-
sandbox/itl/libs/itl/test/test_interval_map_infix_cases.hpp | 6 +-
sandbox/itl/libs/itl/test/test_interval_set_cases.hpp | 6 +-
sandbox/itl/libs/itl/test/test_interval_set_infix_cases.hpp | 6 +-
sandbox/itl/libs/itl/test/test_itl_map_/test_itl_map_cases.hpp | 6 +-
sandbox/itl/libs/itl/test/test_partial_interval_quantifier_cases.hpp | 6 +-
sandbox/itl/libs/itl/test/test_set_interval_set_/test_set_interval_set_cases.hpp | 6 +-
sandbox/itl/libs/itl/test/test_set_itl_set_/test_set_itl_set_cases.hpp | 6 +-
sandbox/itl/libs/itl/test/test_set_itl_set_cases.hpp | 6 +-
sandbox/itl/libs/itl/test/test_total_interval_quantifier_cases.hpp | 6 +-
sandbox/itl/libs/itl/test/test_type_lists.hpp | 4 +-
sandbox/itl/libs/itl/test/test_value_maker.hpp | 4 +-
sandbox/itl/libs/validate/example/labat_polygon_/polygon_laws.hpp | 6 +-
93 files changed, 292 insertions(+), 290 deletions(-)
Modified: sandbox/itl/boost/itl/detail/design_config.hpp
==============================================================================
--- sandbox/itl/boost/itl/detail/design_config.hpp (original)
+++ sandbox/itl/boost/itl/detail/design_config.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -12,8 +12,8 @@
template type parameter
by setting defines in this file.
+-----------------------------------------------------------------------------*/
-#ifndef __itl_design_config_hpp_JOFA_090214__
-#define __itl_design_config_hpp_JOFA_090214__
+#ifndef BOOST_ITL_DESIGN_CONFIG_HPP_JOFA_090214
+#define BOOST_ITL_DESIGN_CONFIG_HPP_JOFA_090214
//------------------------------------------------------------------------------
@@ -78,6 +78,6 @@
//------------------------------------------------------------------------------
-#endif // __itl_design_config_hpp_JOFA_090214__
+#endif // BOOST_ITL_DESIGN_CONFIG_HPP_JOFA_090214
Modified: sandbox/itl/boost/itl/detail/element_comparer.hpp
==============================================================================
--- sandbox/itl/boost/itl/detail/element_comparer.hpp (original)
+++ sandbox/itl/boost/itl/detail/element_comparer.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -5,8 +5,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_element_comparer_JOFA_090202_H__
-#define __itl_element_comparer_JOFA_090202_H__
+#ifndef BOOST_ITL_ELEMENT_COMPARER_HPP_JOFA_090202
+#define BOOST_ITL_ELEMENT_COMPARER_HPP_JOFA_090202
#include <boost/itl/type_traits/is_map.hpp>
#include <boost/itl/detail/notate.hpp>
Modified: sandbox/itl/boost/itl/detail/interval_subset_comparer.hpp
==============================================================================
--- sandbox/itl/boost/itl/detail/interval_subset_comparer.hpp (original)
+++ sandbox/itl/boost/itl/detail/interval_subset_comparer.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -5,8 +5,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_interval_subset_comparer_JOFA_090827_H__
-#define __itl_interval_subset_comparer_JOFA_090827_H__
+#ifndef BOOST_ITL_INTERVAL_SUBSET_COMPARER_HPP_JOFA_090827
+#define BOOST_ITL_INTERVAL_SUBSET_COMPARER_HPP_JOFA_090827
#include <boost/itl/type_traits/is_map.hpp>
#include <boost/itl/detail/notate.hpp>
Modified: sandbox/itl/boost/itl/detail/notate.hpp
==============================================================================
--- sandbox/itl/boost/itl/detail/notate.hpp (original)
+++ sandbox/itl/boost/itl/detail/notate.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -8,10 +8,10 @@
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
- Macro definitions for useful and abstract notations e.g. iteration headers
+ Macro definitions for some useful notations e.g. iteration headers
-----------------------------------------------------------------------------*/
-#ifndef __itl_notate_hpp_JOFA_990119__
-#define __itl_notate_hpp_JOFA_990119__
+#ifndef BOOST_ITL_NOTATE_HPP_JOFA_990119
+#define BOOST_ITL_NOTATE_HPP_JOFA_990119
// Iterations over stl or stl-compatible containers:
@@ -30,6 +30,6 @@
}} // namespace itl boost
-#endif // __itl_notate_hpp_JOFA_990119__
+#endif // BOOST_ITL_NOTATE_HPP_JOFA_990119
Modified: sandbox/itl/boost/itl/detail/relation_state.hpp
==============================================================================
--- sandbox/itl/boost/itl/detail/relation_state.hpp (original)
+++ sandbox/itl/boost/itl/detail/relation_state.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -9,8 +9,8 @@
/*-----------------------------------------------------------------------------+
States of comparison and inclusion relations as static constants
+-----------------------------------------------------------------------------*/
-#ifndef __itl_relation_state_hpp_JOFA_090214__
-#define __itl_relation_state_hpp_JOFA_090214__
+#ifndef BOOST_ITL_RELATION_STATE_HPP_JOFA_090214
+#define BOOST_ITL_RELATION_STATE_HPP_JOFA_090214
namespace boost{namespace itl
{
@@ -32,6 +32,6 @@
}} // namespace itl boost
-#endif // __itl_relation_state_hpp_JOFA_090214__
+#endif // BOOST_ITL_RELATION_STATE_HPP_JOFA_090214
Modified: sandbox/itl/boost/itl/detail/subset_comparer.hpp
==============================================================================
--- sandbox/itl/boost/itl/detail/subset_comparer.hpp (original)
+++ sandbox/itl/boost/itl/detail/subset_comparer.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -5,8 +5,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_subset_comparer_JOFA_090202_H__
-#define __itl_subset_comparer_JOFA_090202_H__
+#ifndef BOOST_ITL_SUBSET_COMPARER_HPP_JOFA_090202
+#define BOOST_ITL_SUBSET_COMPARER_HPP_JOFA_090202
#include <boost/itl/type_traits/is_map.hpp>
#include <boost/itl/detail/notate.hpp>
Modified: sandbox/itl/boost/itl/functions.hpp
==============================================================================
--- sandbox/itl/boost/itl/functions.hpp (original)
+++ sandbox/itl/boost/itl/functions.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -5,8 +5,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_functions_JOFA_090803_H__
-#define __itl_functions_JOFA_090803_H__
+#ifndef BOOST_ITL_FUNCTIONS_HPP_JOFA_090803
+#define BOOST_ITL_FUNCTIONS_HPP_JOFA_090803
#include <boost/utility/enable_if.hpp>
#include <boost/itl/type_traits/is_element_container.hpp>
Modified: sandbox/itl/boost/itl/functors.hpp
==============================================================================
--- sandbox/itl/boost/itl/functors.hpp (original)
+++ sandbox/itl/boost/itl/functors.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -5,8 +5,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_functors_H_JOFA_080315__
-#define __itl_functors_H_JOFA_080315__
+#ifndef BOOST_ITL_FUNCTORS_HPP_JOFA_080315
+#define BOOST_ITL_FUNCTORS_HPP_JOFA_080315
#include <functional>
#include <boost/itl/type_traits/neutron.hpp>
Modified: sandbox/itl/boost/itl/gregorian.hpp
==============================================================================
--- sandbox/itl/boost/itl/gregorian.hpp (original)
+++ sandbox/itl/boost/itl/gregorian.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -5,8 +5,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_gregorian_date_JOFA_080416_H__
-#define __itl_gregorian_date_JOFA_080416_H__
+#ifndef BOOST_ITL_GREGORIAN_DATE_HPP_JOFA_080416
+#define BOOST_ITL_GREGORIAN_DATE_HPP_JOFA_080416
#include <stdio.h>
#include <string>
Modified: sandbox/itl/boost/itl/interval.hpp
==============================================================================
--- sandbox/itl/boost/itl/interval.hpp (original)
+++ sandbox/itl/boost/itl/interval.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -6,8 +6,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_interval_JOFA_000626_H__
-#define __itl_interval_JOFA_000626_H__
+#ifndef BOOST_ITL_INTERVAL_HPP_JOFA_000626
+#define BOOST_ITL_INTERVAL_HPP_JOFA_000626
#include <ostream>
#include <functional>
Modified: sandbox/itl/boost/itl/interval_map.hpp
==============================================================================
--- sandbox/itl/boost/itl/interval_map.hpp (original)
+++ sandbox/itl/boost/itl/interval_map.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -5,8 +5,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_interval_map_h_JOFA_080705__
-#define __itl_interval_map_h_JOFA_080705__
+#ifndef BOOST_ITL_INTERVAL_MAP_HPP_JOFA_080705
+#define BOOST_ITL_INTERVAL_MAP_HPP_JOFA_080705
#include <boost/assert.hpp>
#include <boost/itl/type_traits/is_map.hpp>
Modified: sandbox/itl/boost/itl/interval_morphism.hpp
==============================================================================
--- sandbox/itl/boost/itl/interval_morphism.hpp (original)
+++ sandbox/itl/boost/itl/interval_morphism.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -5,8 +5,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_interval_morphism_H_JOFA_080315__
-#define __itl_interval_morphism_H_JOFA_080315__
+#ifndef BOOST_ITL_INTERVAL_MORPHISM_HPP_JOFA_080315
+#define BOOST_ITL_INTERVAL_MORPHISM_HPP_JOFA_080315
#include <boost/itl/detail/notate.hpp>
namespace boost{namespace itl
Modified: sandbox/itl/boost/itl/interval_set.hpp
==============================================================================
--- sandbox/itl/boost/itl/interval_set.hpp (original)
+++ sandbox/itl/boost/itl/interval_set.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -6,8 +6,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_interval_set_hpp_JOFA_990223__
-#define __itl_interval_set_hpp_JOFA_990223__
+#ifndef BOOST_ITL_INTERVAL_SET_HPP_JOFA_990223
+#define BOOST_ITL_INTERVAL_SET_HPP_JOFA_990223
#include <boost/assert.hpp>
#include <boost/itl/interval_base_set.hpp>
Modified: sandbox/itl/boost/itl/interval_set_algo.hpp
==============================================================================
--- sandbox/itl/boost/itl/interval_set_algo.hpp (original)
+++ sandbox/itl/boost/itl/interval_set_algo.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -5,8 +5,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_interval_set_algo_JOFA_081005_H__
-#define __itl_interval_set_algo_JOFA_081005_H__
+#ifndef BOOST_ITL_INTERVAL_SET_ALGO_HPP_JOFA_081005
+#define BOOST_ITL_INTERVAL_SET_ALGO_HPP_JOFA_081005
#include <boost/itl/type_traits/is_map.hpp>
#include <boost/itl/detail/notate.hpp>
Modified: sandbox/itl/boost/itl/map.hpp
==============================================================================
--- sandbox/itl/boost/itl/map.hpp (original)
+++ sandbox/itl/boost/itl/map.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -5,8 +5,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_map_h_JOFA_070519__
-#define __itl_map_h_JOFA_070519__
+#ifndef BOOST_ITL_MAP_HPP_JOFA_070519
+#define BOOST_ITL_MAP_HPP_JOFA_070519
#include <string>
#include <boost/itl/detail/notate.hpp>
@@ -1114,5 +1114,5 @@
}} // namespace itl boost
-#endif // __itl_map_h_JOFA_070519__
+#endif // BOOST_ITL_MAP_HPP_JOFA_070519
Modified: sandbox/itl/boost/itl/map_algo.hpp
==============================================================================
--- sandbox/itl/boost/itl/map_algo.hpp (original)
+++ sandbox/itl/boost/itl/map_algo.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -5,8 +5,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_MAPALGO_H_JOFA_080225__
-#define __itl_MAPALGO_H_JOFA_080225__
+#ifndef BOOST_ITL_MAPALGO_HPP_JOFA_080225
+#define BOOST_ITL_MAPALGO_HPP_JOFA_080225
#include <boost/itl/detail/notate.hpp>
#include <boost/itl/set_algo.hpp>
Modified: sandbox/itl/boost/itl/predicates.hpp
==============================================================================
--- sandbox/itl/boost/itl/predicates.hpp (original)
+++ sandbox/itl/boost/itl/predicates.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -7,8 +7,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_predicates_H_JOFA_990224__
-#define __itl_predicates_H_JOFA_990224__
+#ifndef BOOST_ITL_PREDICATES_HPP_JOFA_990224
+#define BOOST_ITL_PREDICATES_HPP_JOFA_990224
#include <functional>
#include <boost/itl/type_traits/type_to_string.hpp>
Modified: sandbox/itl/boost/itl/ptime.hpp
==============================================================================
--- sandbox/itl/boost/itl/ptime.hpp (original)
+++ sandbox/itl/boost/itl/ptime.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -12,8 +12,8 @@
w.r.t. addition (neutron()).
------------------------------------------------------------------------------*/
-#ifndef __itl_ptime_JOFA_080416_H__
-#define __itl_ptime_JOFA_080416_H__
+#ifndef BOOST_ITL_PTIME_HPP_JOFA_080416
+#define BOOST_ITL_PTIME_HPP_JOFA_080416
#include <stdio.h>
#include <string>
Modified: sandbox/itl/boost/itl/rational.hpp
==============================================================================
--- sandbox/itl/boost/itl/rational.hpp (original)
+++ sandbox/itl/boost/itl/rational.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -10,8 +10,8 @@
itl_rational provides adapter code for boost::rational.
------------------------------------------------------------------------------*/
-#ifndef __itl_rational_JOFA_080913_H__
-#define __itl_rational_JOFA_080913_H__
+#ifndef BOOST_ITL_RATIONAL_HPP_JOFA_080913
+#define BOOST_ITL_RATIONAL_HPP_JOFA_080913
#if defined(_MSC_VER)
#pragma warning( disable : 4800 ) //warning C4800: 'unsigned int' : forcing value to bool 'true' or 'false' (performance warning)
Modified: sandbox/itl/boost/itl/separate_interval_set.hpp
==============================================================================
--- sandbox/itl/boost/itl/separate_interval_set.hpp (original)
+++ sandbox/itl/boost/itl/separate_interval_set.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -5,8 +5,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_separate_interval_set_h_JOFA_080608__
-#define __itl_separate_interval_set_h_JOFA_080608__
+#ifndef BOOST_ITL_SEPARATE_INTERVAL_SET_HPP_JOFA_080608
+#define BOOST_ITL_SEPARATE_INTERVAL_SET_HPP_JOFA_080608
#include <boost/assert.hpp>
#include <boost/itl/interval_base_set.hpp>
Modified: sandbox/itl/boost/itl/set.hpp
==============================================================================
--- sandbox/itl/boost/itl/set.hpp (original)
+++ sandbox/itl/boost/itl/set.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -5,8 +5,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_set_h_JOFA_070519__
-#define __itl_set_h_JOFA_070519__
+#ifndef BOOST_ITL_SET_HPP_JOFA_070519
+#define BOOST_ITL_SET_HPP_JOFA_070519
#include <string>
#include <set>
@@ -690,5 +690,5 @@
}} // namespace itl boost
-#endif // __itl_set_h_JOFA_070519__
+#endif // BOOST_ITL_SET_HPP_JOFA_070519
Modified: sandbox/itl/boost/itl/set_algo.hpp
==============================================================================
--- sandbox/itl/boost/itl/set_algo.hpp (original)
+++ sandbox/itl/boost/itl/set_algo.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -7,8 +7,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_set_algo_H_JOFA_990225__
-#define __itl_set_algo_H_JOFA_990225__
+#ifndef BOOST_ITL_SET_ALGO_HPP_JOFA_990225
+#define BOOST_ITL_SET_ALGO_HPP_JOFA_990225
#include <boost/itl/detail/notate.hpp>
#include <boost/itl/predicates.hpp>
Modified: sandbox/itl/boost/itl/split_interval_map.hpp
==============================================================================
--- sandbox/itl/boost/itl/split_interval_map.hpp (original)
+++ sandbox/itl/boost/itl/split_interval_map.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -6,8 +6,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_split_interval_map_h_JOFA_000706__
-#define __itl_split_interval_map_h_JOFA_000706__
+#ifndef BOOST_ITL_SPLIT_INTERVAL_MAP_HPP_JOFA_000706
+#define BOOST_ITL_SPLIT_INTERVAL_MAP_HPP_JOFA_000706
#include <boost/itl/interval_set.hpp>
#include <boost/itl/interval_map.hpp>
Modified: sandbox/itl/boost/itl/type_traits/absorbs_neutrons.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/absorbs_neutrons.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/absorbs_neutrons.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -5,8 +5,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_type_traits_absorbs_neutrons_JOFA_081004_H__
-#define __itl_type_traits_absorbs_neutrons_JOFA_081004_H__
+#ifndef BOOST_ITL_TYPE_TRAITS_ABSORBS_NEUTRONS_HPP_JOFA_081004
+#define BOOST_ITL_TYPE_TRAITS_ABSORBS_NEUTRONS_HPP_JOFA_081004
namespace boost{ namespace itl
{
Modified: sandbox/itl/boost/itl/type_traits/difference.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/difference.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/difference.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -5,8 +5,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_type_traits_difference_JOFA_080911_H__
-#define __itl_type_traits_difference_JOFA_080911_H__
+#ifndef BOOST_ITL_TYPE_TRAITS_DIFFERENCE_HPP_JOFA_080911
+#define BOOST_ITL_TYPE_TRAITS_DIFFERENCE_HPP_JOFA_080911
// I DO NOT #include boost/itl/itl_<date_time_adapter>.hpp here, because it
// HAS TO be included by client code prior to this location.
Modified: sandbox/itl/boost/itl/type_traits/has_inverse.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/has_inverse.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/has_inverse.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -5,8 +5,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_type_traits_has_inverse_JOFA_090205_H__
-#define __itl_type_traits_has_inverse_JOFA_090205_H__
+#ifndef BOOST_ITL_TYPE_TRAITS_HAS_INVERSE_HPP_JOFA_090205
+#define BOOST_ITL_TYPE_TRAITS_HAS_INVERSE_HPP_JOFA_090205
#include <boost/type_traits/is_signed.hpp>
@@ -21,6 +21,6 @@
}} // namespace boost itl
-#endif // __itl_type_traits_has_inverse_JOFA_090205_H__
+#endif // BOOST_ITL_TYPE_TRAITS_HAS_INVERSE_HPP_JOFA_090205
Modified: sandbox/itl/boost/itl/type_traits/is_combinable.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/is_combinable.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/is_combinable.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -5,8 +5,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_is_combinable_JOFA_090115_H__
-#define __itl_is_combinable_JOFA_090115_H__
+#ifndef BOOST_ITL_IS_COMBINABLE_HPP_JOFA_090115
+#define BOOST_ITL_IS_COMBINABLE_HPP_JOFA_090115
#include <boost/mpl/bool.hpp>
#include <boost/mpl/if.hpp>
@@ -25,7 +25,7 @@
typedef is_overloadable<Type> type;
BOOST_STATIC_CONSTANT(bool, value =
(is_same<Type, typename Type::overloadable_type>::value)
- );
+ );
};
@@ -37,7 +37,7 @@
BOOST_STATIC_CONSTANT(bool, value =
(is_same<typename LeftT::codomain_type,
typename RightT::codomain_type>::value)
- );
+ );
};
//NOTE: Equality of compare order implies the equality of the domain_types
@@ -48,7 +48,7 @@
BOOST_STATIC_CONSTANT(bool, value =
(is_same<typename LeftT::domain_compare,
typename RightT::domain_compare>::value)
- );
+ );
};
template<class LeftT, class RightT>
@@ -58,7 +58,7 @@
BOOST_STATIC_CONSTANT(bool, value =
(mpl::and_<is_domain_compare_equal<LeftT, RightT>,
is_codomain_equal<LeftT, RightT> >::value)
- );
+ );
};
@@ -73,7 +73,7 @@
mpl::and_<IsConcept<LeftT>, IsConcept<RightT> >
, is_codomain_type_equal<LeftT, RightT>
>::value)
- );
+ );
};
template<template<class>class LeftConcept,
@@ -88,7 +88,7 @@
mpl::and_<LeftConcept<LeftT>, RightConcept<RightT> >
, is_domain_compare_equal<LeftT, RightT>
>::value)
- );
+ );
};
template<class LeftT, class RightT>
@@ -101,7 +101,7 @@
is_concept_compatible<is_interval_set, LeftT, RightT>
, is_concept_compatible<is_interval_map, LeftT, RightT>
>::value)
- );
+ );
};
//------------------------------------------------------------------------------
@@ -118,7 +118,7 @@
is_concept_combinable<is_interval_set, is_interval_map, LeftT, RightT>
, is_concept_combinable<is_interval_map, is_interval_set, LeftT, RightT>
>::value)
- );
+ );
};
template<class LeftT, class RightT>
@@ -128,7 +128,7 @@
BOOST_STATIC_CONSTANT(bool, value =
(mpl::or_<is_intra_combinable<LeftT,RightT>,
is_cross_combinable<LeftT,RightT> >::value)
- );
+ );
};
//------------------------------------------------------------------------------
@@ -207,7 +207,7 @@
, mpl::and_<is_interval_map<Type>,
is_interval_map_derivative<Type, AssociateT> >
>::value)
- );
+ );
};
template<class Type, class AssociateT>
@@ -220,7 +220,7 @@
is_interval_map<Type>
, is_interval_set_derivative<Type, AssociateT>
>::value)
- );
+ );
};
template<class Type, class AssociateT>
@@ -233,7 +233,7 @@
is_intra_derivative<Type, AssociateT>
, is_cross_derivative<Type, AssociateT>
>::value)
- );
+ );
};
//------------------------------------------------------------------------------
@@ -254,7 +254,7 @@
, is_concept_compatible<is_interval_set, GuideT, CompanionT>
>
>::value)
- );
+ );
};
template<class GuideT, class CompanionT>
@@ -271,7 +271,7 @@
, is_concept_compatible<is_interval_map, GuideT, CompanionT>
>
>::value)
- );
+ );
};
template<class GuideT, class CompanionT>
@@ -288,7 +288,7 @@
, is_concept_combinable<is_interval_map, is_interval_set, GuideT, CompanionT>
>
>::value)
- );
+ );
};
template<class GuideT, class CompanionT>
@@ -301,7 +301,7 @@
is_interval_map_right_intra_combinable<GuideT, CompanionT>
, is_interval_map_right_cross_combinable<GuideT, CompanionT>
>::value)
- );
+ );
};
@@ -315,7 +315,7 @@
is_interval_set_right_combinable<GuideT, CompanionT>
, is_interval_map_right_intra_combinable<GuideT, CompanionT>
>::value)
- );
+ );
};
template<class GuideT, class CompanionT>
@@ -328,7 +328,7 @@
is_interval_set_right_combinable<GuideT, CompanionT>
, is_interval_map_right_inter_combinable<GuideT, CompanionT>
>::value)
- );
+ );
};
template<class GuideT, class IntervalSetT>
@@ -338,7 +338,7 @@
BOOST_STATIC_CONSTANT(bool, value =
(is_concept_combinable<is_interval_container, is_interval_set,
GuideT, IntervalSetT>::value)
- );
+ );
};
template<class GuideT, class IntervalMapT>
@@ -356,7 +356,7 @@
BOOST_STATIC_CONSTANT(bool, value =
(mpl::or_<combines_right_to_interval_set<GuideT, IntervalContainerT>,
combines_right_to_interval_map<GuideT, IntervalContainerT> >::value)
- );
+ );
};
@@ -402,7 +402,7 @@
combines_right_to_interval_set<GuideT,CompanionT>
, is_interval_set_derivative<GuideT,CompanionT>
>::value)
- );
+ );
};
@@ -419,7 +419,7 @@
combines_right_to_interval_map<GuideT,CompanionT>
, is_interval_map_derivative<GuideT,CompanionT>
>::value)
- );
+ );
};
@@ -431,13 +431,13 @@
{
typedef is_coarser_interval_set_companion<GuideT, CompanionT> type;
BOOST_STATIC_CONSTANT(bool, value =
- (mpl::and_
- <
+ (mpl::and_
+ <
is_interval_set_companion<GuideT, CompanionT>
, mpl::bool_<( segmentational_fineness<GuideT>::value
> segmentational_fineness<CompanionT>::value)>
- >::value)
- );
+ >::value)
+ );
};
template<class GuideT, class CompanionT>
@@ -445,13 +445,13 @@
{
typedef is_coarser_interval_map_companion<GuideT, CompanionT> type;
BOOST_STATIC_CONSTANT(bool, value =
- (mpl::and_
- <
+ (mpl::and_
+ <
is_interval_map_companion<GuideT, CompanionT>
, mpl::bool_<( segmentational_fineness<GuideT>::value
> segmentational_fineness<CompanionT>::value)>
- >::value)
- );
+ >::value)
+ );
};
//------------------------------------------------------------------------------
@@ -485,7 +485,7 @@
(mpl::or_<is_binary_interval_set_combinable<GuideT, CompanionT>,
is_binary_interval_map_combinable<GuideT, CompanionT>
>::value)
- );
+ );
};
template<class GuideT, class CompanionT>
@@ -498,7 +498,7 @@
, mpl::or_< is_coarser_interval_map_companion<GuideT, CompanionT>
, is_interval_set_companion<GuideT, CompanionT> >
>::value)
- );
+ );
};
template<class GuideT, class CompanionT>
@@ -513,7 +513,7 @@
, mpl::and_<is_interval_set<GuideT>,
is_binary_intra_combinable<GuideT, CompanionT> >
>::value)
- );
+ );
};
Modified: sandbox/itl/boost/itl/type_traits/is_concept_equivalent.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/is_concept_equivalent.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/is_concept_equivalent.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -5,8 +5,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_type_traits_is_concept_equivalent_JOFA_090830_H__
-#define __itl_type_traits_is_concept_equivalent_JOFA_090830_H__
+#ifndef BOOST_ITL_TYPE_TRAITS_IS_CONCEPT_EQUIVALENT_HPP_JOFA_090830
+#define BOOST_ITL_TYPE_TRAITS_IS_CONCEPT_EQUIVALENT_HPP_JOFA_090830
#include <boost/mpl/and.hpp>
@@ -19,7 +19,7 @@
typedef is_concept_equivalent<IsConcept, LeftT, RightT> type;
BOOST_STATIC_CONSTANT(bool, value =
(mpl::and_<IsConcept<LeftT>, IsConcept<RightT> >::value)
- );
+ );
};
}} // namespace boost itl
Modified: sandbox/itl/boost/itl/type_traits/is_continuous.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/is_continuous.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/is_continuous.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -5,8 +5,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_type_traits_is_continuous_JOFA_080910_H__
-#define __itl_type_traits_is_continuous_JOFA_080910_H__
+#ifndef BOOST_ITL_TYPE_TRAITS_IS_CONTINUOUS_HPP_JOFA_080910
+#define BOOST_ITL_TYPE_TRAITS_IS_CONTINUOUS_HPP_JOFA_080910
#include <string>
#include <boost/config.hpp>
Modified: sandbox/itl/boost/itl/type_traits/is_element_container.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/is_element_container.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/is_element_container.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -5,8 +5,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_type_traits_is_element_container_JOFA_090830_H__
-#define __itl_type_traits_is_element_container_JOFA_090830_H__
+#ifndef BOOST_ITL_TYPE_TRAITS_IS_ELEMENT_CONTAINER_HPP_JOFA_090830
+#define BOOST_ITL_TYPE_TRAITS_IS_ELEMENT_CONTAINER_HPP_JOFA_090830
#include <boost/mpl/and.hpp>
#include <boost/mpl/or.hpp>
@@ -22,7 +22,7 @@
typedef is_element_container<Type> type;
BOOST_STATIC_CONSTANT(bool, value =
(mpl::and_<is_set<Type>, mpl::not_<is_interval_container<Type> > >::value)
- );
+ );
};
template<class Type>
@@ -31,7 +31,7 @@
typedef is_element_map<Type> type;
BOOST_STATIC_CONSTANT(bool, value =
(mpl::and_<is_map<Type>, mpl::not_<is_interval_container<Type> > >::value)
- );
+ );
};
Modified: sandbox/itl/boost/itl/type_traits/is_interval_container.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/is_interval_container.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/is_interval_container.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -5,8 +5,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_type_traits_is_interval_container_JOFA_081004_H__
-#define __itl_type_traits_is_interval_container_JOFA_081004_H__
+#ifndef BOOST_ITL_TYPE_TRAITS_IS_INTERVAL_CONTAINER_HPP_JOFA_081004
+#define BOOST_ITL_TYPE_TRAITS_IS_INTERVAL_CONTAINER_HPP_JOFA_081004
#include <boost/mpl/and.hpp>
#include <boost/mpl/not.hpp>
@@ -25,8 +25,8 @@
{
typedef is_interval_map<Type> type;
BOOST_STATIC_CONSTANT(bool, value =
- (mpl::and_<is_interval_container<Type>, is_map<Type> >::value)
- );
+ (mpl::and_<is_interval_container<Type>, is_map<Type> >::value)
+ );
};
template<class Type>
@@ -34,9 +34,9 @@
{
typedef is_interval_set<Type> type;
BOOST_STATIC_CONSTANT(bool, value =
- (mpl::and_< is_interval_container<Type>,
- mpl::not_<is_interval_map<Type> > >::value)
- );
+ (mpl::and_< is_interval_container<Type>,
+ mpl::not_<is_interval_map<Type> > >::value)
+ );
};
Modified: sandbox/itl/boost/itl/type_traits/is_interval_separator.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/is_interval_separator.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/is_interval_separator.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -5,8 +5,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_type_traits_is_interval_separator_JOFA_081004_H__
-#define __itl_type_traits_is_interval_separator_JOFA_081004_H__
+#ifndef BOOST_ITL_TYPE_TRAITS_IS_INTERVAL_SEPARATOR_HPP_JOFA_081004
+#define BOOST_ITL_TYPE_TRAITS_IS_INTERVAL_SEPARATOR_HPP_JOFA_081004
namespace boost{ namespace itl
{
Modified: sandbox/itl/boost/itl/type_traits/is_interval_splitter.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/is_interval_splitter.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/is_interval_splitter.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -5,8 +5,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_type_traits_is_interval_splitter_JOFA_081004_H__
-#define __itl_type_traits_is_interval_splitter_JOFA_081004_H__
+#ifndef BOOST_ITL_TYPE_TRAITS_IS_INTERVAL_SPLITTER_HPP_JOFA_081004
+#define BOOST_ITL_TYPE_TRAITS_IS_INTERVAL_SPLITTER_HPP_JOFA_081004
namespace boost{ namespace itl
{
Modified: sandbox/itl/boost/itl/type_traits/is_map.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/is_map.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/is_map.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -5,8 +5,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_type_traits_is_map_JOFA_081107_H__
-#define __itl_type_traits_is_map_JOFA_081107_H__
+#ifndef BOOST_ITL_TYPE_TRAITS_IS_MAP_HPP_JOFA_081107
+#define BOOST_ITL_TYPE_TRAITS_IS_MAP_HPP_JOFA_081107
#include <boost/config.hpp>
Modified: sandbox/itl/boost/itl/type_traits/is_set.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/is_set.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/is_set.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -5,8 +5,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_type_traits_is_set_JOFA_081004_H__
-#define __itl_type_traits_is_set_JOFA_081004_H__
+#ifndef BOOST_ITL_TYPE_TRAITS_IS_SET_HPP_JOFA_081004
+#define BOOST_ITL_TYPE_TRAITS_IS_SET_HPP_JOFA_081004
#include <boost/config.hpp>
Modified: sandbox/itl/boost/itl/type_traits/is_total.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/is_total.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/is_total.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -5,8 +5,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_type_traits_is_total_JOFA_081004_H__
-#define __itl_type_traits_is_total_JOFA_081004_H__
+#ifndef BOOST_ITL_TYPE_TRAITS_IS_TOTAL_HPP_JOFA_081004
+#define BOOST_ITL_TYPE_TRAITS_IS_TOTAL_HPP_JOFA_081004
namespace boost{ namespace itl
{
Modified: sandbox/itl/boost/itl/type_traits/neutron.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/neutron.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/neutron.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -5,8 +5,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_type_traits_neutron_JOFA_080912_H__
-#define __itl_type_traits_neutron_JOFA_080912_H__
+#ifndef BOOST_ITL_TYPE_TRAITS_NEUTRON_HPP_JOFA_080912
+#define BOOST_ITL_TYPE_TRAITS_NEUTRON_HPP_JOFA_080912
#include <boost/itl/type_traits/type_to_string.hpp>
Modified: sandbox/itl/boost/itl/type_traits/size.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/size.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/size.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -5,8 +5,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_type_traits_size_JOFA_080911_H__
-#define __itl_type_traits_size_JOFA_080911_H__
+#ifndef BOOST_ITL_TYPE_TRAITS_SIZE_HPP_JOFA_080911
+#define BOOST_ITL_TYPE_TRAITS_SIZE_HPP_JOFA_080911
// I DO NOT #include boost/itl/itl_<date_time_adapter>.hpp here, because it
// HAS TO be included by client code prior to this location.
Modified: sandbox/itl/boost/itl/type_traits/succ_pred.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/succ_pred.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/succ_pred.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -5,8 +5,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_type_traits_succ_pred_JOFA_080913_H__
-#define __itl_type_traits_succ_pred_JOFA_080913_H__
+#ifndef BOOST_ITL_TYPE_TRAITS_SUCC_PRED_HPP_JOFA_080913
+#define BOOST_ITL_TYPE_TRAITS_SUCC_PRED_HPP_JOFA_080913
namespace boost{ namespace itl
{
Modified: sandbox/itl/boost/itl/type_traits/to_string.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/to_string.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/to_string.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -13,8 +13,8 @@
any class that provides a ++ operator c.f. iterators
-----------------------------------------------------------------------------*/
-#ifndef __itl_TO_STRING_JOFA_000712_H__
-#define __itl_TO_STRING_JOFA_000712_H__
+#ifndef BOOST_ITL_TO_STRING_HPP_JOFA_000712
+#define BOOST_ITL_TO_STRING_HPP_JOFA_000712
#include <stdio.h>
#include <string>
@@ -29,11 +29,11 @@
{
/** Converts all values of types to std::string that implement an operator << */
static const std::string apply(const Type& value)
- {
- std::stringstream repr;
- repr << value;
- return repr.str();
- }
+ {
+ std::stringstream repr;
+ repr << value;
+ return repr.str();
+ }
};
}} // namespace boost itl
Modified: sandbox/itl/boost/itl/type_traits/type_to_string.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/type_to_string.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/type_to_string.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -5,8 +5,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_TYPE_TO_STRING_JOFA_080416_H__
-#define __itl_TYPE_TO_STRING_JOFA_080416_H__
+#ifndef BOOST_ITL_TYPE_TO_STRING_HPP_JOFA_080416
+#define BOOST_ITL_TYPE_TO_STRING_HPP_JOFA_080416
#include <stdio.h>
#include <string>
Modified: sandbox/itl/boost/itl/type_traits/unon.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/unon.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/unon.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -5,8 +5,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_type_traits_unon_JOFA_080912_H__
-#define __itl_type_traits_unon_JOFA_080912_H__
+#ifndef BOOST_ITL_TYPE_TRAITS_UNON_HPP_JOFA_080912
+#define BOOST_ITL_TYPE_TRAITS_UNON_HPP_JOFA_080912
#include <string>
#include <boost/itl/type_traits/neutron.hpp>
Modified: sandbox/itl/boost/itl/type_traits/value_size.hpp
==============================================================================
--- sandbox/itl/boost/itl/type_traits/value_size.hpp (original)
+++ sandbox/itl/boost/itl/type_traits/value_size.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -7,8 +7,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_VALUE_SIZE_JOFA_081004_H__
-#define __itl_VALUE_SIZE_JOFA_081004_H__
+#ifndef BOOST_ITL_VALUE_SIZE_HPP_JOFA_081004
+#define BOOST_ITL_VALUE_SIZE_HPP_JOFA_081004
namespace boost{ namespace itl
{
Modified: sandbox/itl/boost/itl_xt/enum_bitset.hpp
==============================================================================
--- sandbox/itl/boost/itl_xt/enum_bitset.hpp (original)
+++ sandbox/itl/boost/itl_xt/enum_bitset.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -27,8 +27,8 @@
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
+-----------------------------------------------------------------------------*/
-#ifndef __itl_enum_bitset_JOFA_021204_H__
-#define __itl_enum_bitset_JOFA_021204_H__
+#ifndef BOOST_ITL_ENUM_BITSET_HPP_JOFA_021204
+#define BOOST_ITL_ENUM_BITSET_HPP_JOFA_021204
#include <bitset>
#include <boost/itl/detail/notate.hpp>
@@ -57,5 +57,5 @@
}} // namespace itl boost
-#endif // __itl_enum_bitset_JOFA_021204_H__
+#endif // BOOST_ITL_ENUM_BITSET_HPP_JOFA_021204
Modified: sandbox/itl/boost/itl_xt/episode_product.hpp
==============================================================================
--- sandbox/itl/boost/itl_xt/episode_product.hpp (original)
+++ sandbox/itl/boost/itl_xt/episode_product.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -27,8 +27,8 @@
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
+-----------------------------------------------------------------------------*/
-#ifndef __itl_episode_product_hpp_JOFA_011005_H__
-#define __itl_episode_product_hpp_JOFA_011005_H__
+#ifndef BOOST_ITL_EPISODE_PRODUCT_HPP_HPP_JOFA_011005
+#define BOOST_ITL_EPISODE_PRODUCT_HPP_HPP_JOFA_011005
#include <boost/itl/map.hpp>
#include <boost/itl_xt/episode_set.hpp>
@@ -292,6 +292,6 @@
}} // namespace itl boost
-#endif // __itl_episode_product_hpp_JOFA_011005_H__
+#endif // BOOST_ITL_EPISODE_PRODUCT_HPP_HPP_JOFA_011005
Modified: sandbox/itl/boost/itl_xt/episode_set.hpp
==============================================================================
--- sandbox/itl/boost/itl_xt/episode_set.hpp (original)
+++ sandbox/itl/boost/itl_xt/episode_set.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -27,8 +27,8 @@
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
+-----------------------------------------------------------------------------*/
-#ifndef __itl_episode_set_hpp_JOFA_011015_H__
-#define __itl_episode_set_hpp_JOFA_011015_H__
+#ifndef BOOST_ITL_EPISODE_SET_HPP_HPP_JOFA_011015
+#define BOOST_ITL_EPISODE_SET_HPP_HPP_JOFA_011015
#include <string>
#include <boost/itl/set.hpp>
@@ -131,6 +131,6 @@
}} // namespace itl boost
-#endif // __itl_episode_set_hpp_JOFA_011015_H__
+#endif // BOOST_ITL_EPISODE_SET_HPP_HPP_JOFA_011015
Modified: sandbox/itl/boost/itl_xt/fixtupelconst.hpp
==============================================================================
--- sandbox/itl/boost/itl_xt/fixtupelconst.hpp (original)
+++ sandbox/itl/boost/itl_xt/fixtupelconst.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -26,8 +26,8 @@
DEALINGS IN THE SOFTWARE.
+-----------------------------------------------------------------------------*/
-#ifndef __itl_FixTupelConstT_JOFA_040621_H__
-#define __itl_FixTupelConstT_JOFA_040621_H__
+#ifndef BOOST_ITL_FIXTUPELCONSTT_HPP_JOFA_040621
+#define BOOST_ITL_FIXTUPELCONSTT_HPP_JOFA_040621
#include <boost/itl/detail/notate.hpp>
@@ -43,6 +43,6 @@
const GroupVarTD UNDEFINED_GROUP = -1;
}} // namespace itl boost
-#endif // __itl_FixTupelConstT_JOFA_040621_H__
+#endif // BOOST_ITL_FIXTUPELCONSTT_HPP_JOFA_040621
Modified: sandbox/itl/boost/itl_xt/list.hpp
==============================================================================
--- sandbox/itl/boost/itl_xt/list.hpp (original)
+++ sandbox/itl/boost/itl_xt/list.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -32,8 +32,8 @@
a general list class that extends stl-lists
for concepts InplaceAddable and InplaceSubtractable
--------------------------------------------------------------------*/
-#ifndef __itl_list_h_JOFA_070519__
-#define __itl_list_h_JOFA_070519__
+#ifndef BOOST_ITL_LIST_HPP_JOFA_070519
+#define BOOST_ITL_LIST_HPP_JOFA_070519
#include <string>
#include <list>
@@ -446,5 +446,5 @@
}} // namespace itl boost
-#endif // __itl_list_h_JOFA_070519__
+#endif // BOOST_ITL_LIST_HPP_JOFA_070519
Modified: sandbox/itl/boost/itl_xt/prefix_set.hpp
==============================================================================
--- sandbox/itl/boost/itl_xt/prefix_set.hpp (original)
+++ sandbox/itl/boost/itl_xt/prefix_set.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -27,8 +27,8 @@
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
+-----------------------------------------------------------------------------*/
-#ifndef __itl_prefix_set_JOFA_040902_H__
-#define __itl_prefix_set_JOFA_040902_H__
+#ifndef BOOST_ITL_PREFIX_SET_HPP_JOFA_040902
+#define BOOST_ITL_PREFIX_SET_HPP_JOFA_040902
#include <boost/itl/detail/notate.hpp>
#include <boost/itl/string_set.hpp>
@@ -110,5 +110,5 @@
}} // namespace itl boost
-#endif // __itl_prefix_set_JOFA_040902_H__
+#endif // BOOST_ITL_PREFIX_SET_HPP_JOFA_040902
Modified: sandbox/itl/boost/itl_xt/string_list.hpp
==============================================================================
--- sandbox/itl/boost/itl_xt/string_list.hpp (original)
+++ sandbox/itl/boost/itl_xt/string_list.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -33,8 +33,8 @@
Can be useful for string split and join.
Also simple text-formating can be done.
--------------------------------------------------------------------*/
-#ifndef __itl_string_list_H_JOFA_990603__
-#define __itl_string_list_H_JOFA_990603__
+#ifndef BOOST_ITL_STRING_LIST_HPP_JOFA_990603
+#define BOOST_ITL_STRING_LIST_HPP_JOFA_990603
#include <string>
#include <list>
Modified: sandbox/itl/boost/itl_xt/string_map.hpp
==============================================================================
--- sandbox/itl/boost/itl_xt/string_map.hpp (original)
+++ sandbox/itl/boost/itl_xt/string_map.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -25,8 +25,8 @@
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
+-----------------------------------------------------------------------------*/
-#ifndef __itl_string_map_JOFA_021215_H__
-#define __itl_string_map_JOFA_021215_H__
+#ifndef BOOST_ITL_STRING_MAP_HPP_JOFA_021215
+#define BOOST_ITL_STRING_MAP_HPP_JOFA_021215
#include <boost/itl/detail/notate.hpp>
#include <boost/itl/map.hpp>
@@ -55,7 +55,7 @@
};
}} // namespace boost itl
-#endif // __itl_string_map_JOFA_021215_H__
+#endif // BOOST_ITL_STRING_MAP_HPP_JOFA_021215
Modified: sandbox/itl/boost/itl_xt/string_set.hpp
==============================================================================
--- sandbox/itl/boost/itl_xt/string_set.hpp (original)
+++ sandbox/itl/boost/itl_xt/string_set.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -28,8 +28,8 @@
/*---------------------------------------------------------------------------------
set of strings
---------------------------------------------------------------------------------*/
-#ifndef __itl_string_set_H_JOFA_990318__
-#define __itl_string_set_H_JOFA_990318__
+#ifndef BOOST_ITL_STRING_SET_HPP_JOFA_990318
+#define BOOST_ITL_STRING_SET_HPP_JOFA_990318
#include <string>
#include <string.h>
Modified: sandbox/itl/boost/itl_xt/string_sheet.hpp
==============================================================================
--- sandbox/itl/boost/itl_xt/string_sheet.hpp (original)
+++ sandbox/itl/boost/itl_xt/string_sheet.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -25,8 +25,8 @@
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
+-----------------------------------------------------------------------------*/
-#ifndef __itl_string_sheet_JOFA_050209_H__
-#define __itl_string_sheet_JOFA_050209_H__
+#ifndef BOOST_ITL_STRING_SHEET_HPP_JOFA_050209
+#define BOOST_ITL_STRING_SHEET_HPP_JOFA_050209
#include <iostream>
#include <fstream>
@@ -84,5 +84,5 @@
};
}} // namespace itl boost
-#endif // __itl_string_sheet_JOFA_050209_H__
+#endif // BOOST_ITL_STRING_SHEET_HPP_JOFA_050209
Modified: sandbox/itl/boost/itl_xt/stringpattern_set.hpp
==============================================================================
--- sandbox/itl/boost/itl_xt/stringpattern_set.hpp (original)
+++ sandbox/itl/boost/itl_xt/stringpattern_set.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -27,8 +27,8 @@
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
+-----------------------------------------------------------------------------*/
-#ifndef __itl_stringpattern_set_JOFA_040902_H__
-#define __itl_stringpattern_set_JOFA_040902_H__
+#ifndef BOOST_ITL_STRINGPATTERN_SET_HPP_JOFA_040902
+#define BOOST_ITL_STRINGPATTERN_SET_HPP_JOFA_040902
#include "prefix_set.h"
namespace boost{namespace itl
@@ -67,6 +67,6 @@
}} // namespace itl boost
-#endif // __itl_stringpattern_set_JOFA_040902_H__
+#endif // BOOST_ITL_STRINGPATTERN_SET_HPP_JOFA_040902
Modified: sandbox/itl/boost/itl_xt/typed_episode.hpp
==============================================================================
--- sandbox/itl/boost/itl_xt/typed_episode.hpp (original)
+++ sandbox/itl/boost/itl_xt/typed_episode.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -27,8 +27,8 @@
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
+-----------------------------------------------------------------------------*/
-#ifndef __itl_typed_episode_hpp_JOFA_011015_H__
-#define __itl_typed_episode_hpp_JOFA_011015_H__
+#ifndef BOOST_ITL_TYPED_EPISODE_HPP_HPP_JOFA_011015
+#define BOOST_ITL_TYPED_EPISODE_HPP_HPP_JOFA_011015
#include <boost/itl/interval.hpp>
#include <boost/itl_xt/ordered_type.hpp>
@@ -73,7 +73,7 @@
}} // namespace itl boost
-#endif // __itl_typed_episode_hpp_JOFA_011015_H__
+#endif // BOOST_ITL_TYPED_EPISODE_HPP_HPP_JOFA_011015
Modified: sandbox/itl/boost/itl_xt/var_tuple.hpp
==============================================================================
--- sandbox/itl/boost/itl_xt/var_tuple.hpp (original)
+++ sandbox/itl/boost/itl_xt/var_tuple.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -152,23 +152,23 @@
}
- //==============================================================================
- //= Representation
- //==============================================================================
-
- template<class CharType, class CharTraits, int varCountV>
- std::basic_ostream<CharType, CharTraits>& operator <<
- (std::basic_ostream<CharType, CharTraits> &stream, var_tuple<varCountV> const& tuple)
- {
+ //==============================================================================
+ //= Representation
+ //==============================================================================
+
+ template<class CharType, class CharTraits, int varCountV>
+ std::basic_ostream<CharType, CharTraits>& operator <<
+ (std::basic_ostream<CharType, CharTraits> &stream, var_tuple<varCountV> const& tuple)
+ {
stream << "(";
for(int idx = 0; idx < varCountV-1; idx++)
stream << tuple[idx] << ",";
if(varCountV==0)
- return stream << ")";
+ return stream << ")";
else
- return stream << tuple[varCountV-1] << ")";
- }
+ return stream << tuple[varCountV-1] << ")";
+ }
Modified: sandbox/itl/boost/validate/laws/element_order.hpp
==============================================================================
--- sandbox/itl/boost/validate/laws/element_order.hpp (original)
+++ sandbox/itl/boost/validate/laws/element_order.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -7,8 +7,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_element_order_hpp_JOFA_090202__
-#define __itl_element_order_hpp_JOFA_090202__
+#ifndef BOOST_ITL_ELEMENT_ORDER_HPP_JOFA_090202
+#define BOOST_ITL_ELEMENT_ORDER_HPP_JOFA_090202
#include <boost/itl/type_traits/value_size.hpp>
#include <boost/itl/interval_morphism.hpp>
@@ -215,5 +215,5 @@
}} // namespace itl boost
-#endif // __itl_element_order_hpp_JOFA_090202__
+#endif // BOOST_ITL_ELEMENT_ORDER_HPP_JOFA_090202
Modified: sandbox/itl/boost/validate/laws/induced_relation.hpp
==============================================================================
--- sandbox/itl/boost/validate/laws/induced_relation.hpp (original)
+++ sandbox/itl/boost/validate/laws/induced_relation.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -7,8 +7,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_induced_relation_hpp_JOFA_090204__
-#define __itl_induced_relation_hpp_JOFA_090204__
+#ifndef BOOST_ITL_INDUCED_RELATION_HPP_JOFA_090204
+#define BOOST_ITL_INDUCED_RELATION_HPP_JOFA_090204
#include <boost/itl/type_traits/value_size.hpp>
#include <boost/validate/laws/law.hpp>
@@ -88,5 +88,5 @@
}} // namespace itl boost
-#endif // __itl_induced_relation_hpp_JOFA_090204__
+#endif // BOOST_ITL_INDUCED_RELATION_HPP_JOFA_090204
Modified: sandbox/itl/boost/validate/laws/inversion_laws.hpp
==============================================================================
--- sandbox/itl/boost/validate/laws/inversion_laws.hpp (original)
+++ sandbox/itl/boost/validate/laws/inversion_laws.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -7,8 +7,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_inversion_laws_h_JOFA_071124__
-#define __itl_inversion_laws_h_JOFA_071124__
+#ifndef BOOST_ITL_INVERSION_LAWS_HPP_JOFA_071124
+#define BOOST_ITL_INVERSION_LAWS_HPP_JOFA_071124
#include <boost/itl/type_traits/value_size.hpp>
#include <boost/validate/laws/law.hpp>
@@ -122,6 +122,6 @@
}} // namespace itl boost
-#endif // __itl_inversion_laws_h_JOFA_071124__
+#endif // BOOST_ITL_INVERSION_LAWS_HPP_JOFA_071124
Modified: sandbox/itl/boost/validate/laws/law.hpp
==============================================================================
--- sandbox/itl/boost/validate/laws/law.hpp (original)
+++ sandbox/itl/boost/validate/laws/law.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -7,8 +7,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_law_hpp_JOFA_070411__
-#define __itl_law_hpp_JOFA_070411__
+#ifndef BOOST_ITL_LAW_HPP_JOFA_070411
+#define BOOST_ITL_LAW_HPP_JOFA_070411
#include <string>
#include <set>
@@ -98,5 +98,5 @@
}} // namespace itl boost
-#endif //__itl_law_hpp_JOFA_070411__
+#endif //BOOST_ITL_LAW_HPP_JOFA_070411
Modified: sandbox/itl/boost/validate/laws/law_violations.hpp
==============================================================================
--- sandbox/itl/boost/validate/laws/law_violations.hpp (original)
+++ sandbox/itl/boost/validate/laws/law_violations.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -7,8 +7,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_law_violations_h_JOFA_070411__
-#define __itl_law_violations_h_JOFA_070411__
+#ifndef BOOST_ITL_LAW_VIOLATIONS_HPP_JOFA_070411
+#define BOOST_ITL_LAW_VIOLATIONS_HPP_JOFA_070411
#include <string>
#include <boost/itl/set.hpp>
@@ -172,5 +172,5 @@
}} // namespace itl boost
-#endif //__itl_law_violations_h_JOFA_070411__
+#endif //BOOST_ITL_LAW_VIOLATIONS_HPP_JOFA_070411
Modified: sandbox/itl/boost/validate/laws/map_laws.hpp
==============================================================================
--- sandbox/itl/boost/validate/laws/map_laws.hpp (original)
+++ sandbox/itl/boost/validate/laws/map_laws.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -7,8 +7,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_map_laws_hpp_JOFA_071124__
-#define __itl_map_laws_hpp_JOFA_071124__
+#ifndef BOOST_ITL_MAP_LAWS_HPP_JOFA_071124
+#define BOOST_ITL_MAP_LAWS_HPP_JOFA_071124
#include <boost/itl/type_traits/value_size.hpp>
#include <boost/validate/laws/law.hpp>
@@ -166,6 +166,6 @@
}} // namespace itl boost
-#endif // __itl_map_laws_hpp_JOFA_071124__
+#endif // BOOST_ITL_MAP_LAWS_HPP_JOFA_071124
Modified: sandbox/itl/boost/validate/laws/minor_set_laws.hpp
==============================================================================
--- sandbox/itl/boost/validate/laws/minor_set_laws.hpp (original)
+++ sandbox/itl/boost/validate/laws/minor_set_laws.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -7,8 +7,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_minor_set_laws_JOFA_090821__
-#define __itl_minor_set_laws_JOFA_090821__
+#ifndef BOOST_ITL_MINOR_SET_LAWS_HPP_JOFA_090821
+#define BOOST_ITL_MINOR_SET_LAWS_HPP_JOFA_090821
#include <boost/itl/type_traits/value_size.hpp>
#include <boost/itl/functors.hpp>
@@ -209,5 +209,5 @@
}} // namespace itl boost
-#endif // __itl_minor_set_laws_JOFA_070411__
+#endif // BOOST_ITL_MINOR_SET_LAWS_HPP_JOFA_070411
Modified: sandbox/itl/boost/validate/laws/monoid.hpp
==============================================================================
--- sandbox/itl/boost/validate/laws/monoid.hpp (original)
+++ sandbox/itl/boost/validate/laws/monoid.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -7,8 +7,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_monoid_hpp_JOFA_070411__
-#define __itl_monoid_hpp_JOFA_070411__
+#ifndef BOOST_ITL_MONOID_HPP_JOFA_070411
+#define BOOST_ITL_MONOID_HPP_JOFA_070411
#include <boost/itl/type_traits/value_size.hpp>
#include <boost/itl/functors.hpp>
@@ -379,5 +379,5 @@
}} // namespace itl boost
-#endif // __itl_monoid_hpp_JOFA_070411__
+#endif // BOOST_ITL_MONOID_HPP_JOFA_070411
Modified: sandbox/itl/boost/validate/laws/order.hpp
==============================================================================
--- sandbox/itl/boost/validate/laws/order.hpp (original)
+++ sandbox/itl/boost/validate/laws/order.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -7,8 +7,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_order_h_JOFA_071129__
-#define __itl_order_h_JOFA_071129__
+#ifndef BOOST_ITL_ORDER_HPP_JOFA_071129
+#define BOOST_ITL_ORDER_HPP_JOFA_071129
#include <boost/itl/type_traits/value_size.hpp>
#include <boost/validate/laws/law.hpp>
@@ -206,5 +206,5 @@
}} // namespace itl boost
-#endif // __itl_order_h_JOFA_071129__
+#endif // BOOST_ITL_ORDER_HPP_JOFA_071129
Modified: sandbox/itl/boost/validate/laws/pushouts.hpp
==============================================================================
--- sandbox/itl/boost/validate/laws/pushouts.hpp (original)
+++ sandbox/itl/boost/validate/laws/pushouts.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -7,8 +7,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_pushouts_h_JOFA_071124__
-#define __itl_pushouts_h_JOFA_071124__
+#ifndef BOOST_ITL_PUSHOUTS_HPP_JOFA_071124
+#define BOOST_ITL_PUSHOUTS_HPP_JOFA_071124
#include <boost/itl/type_traits/value_size.hpp>
#include <boost/validate/laws/law.hpp>
@@ -130,5 +130,5 @@
}} // namespace itl boost
-#endif // __itl_pushouts_h_JOFA_071124__
+#endif // BOOST_ITL_PUSHOUTS_HPP_JOFA_071124
Modified: sandbox/itl/boost/validate/laws/set_laws.hpp
==============================================================================
--- sandbox/itl/boost/validate/laws/set_laws.hpp (original)
+++ sandbox/itl/boost/validate/laws/set_laws.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -7,8 +7,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_set_laws_h_JOFA_071124__
-#define __itl_set_laws_h_JOFA_071124__
+#ifndef BOOST_ITL_SET_LAWS_HPP_JOFA_071124
+#define BOOST_ITL_SET_LAWS_HPP_JOFA_071124
#include <boost/itl/type_traits/value_size.hpp>
#include <boost/validate/laws/law.hpp>
@@ -283,6 +283,6 @@
}} // namespace itl boost
-#endif // __itl_set_laws_h_JOFA_071124__
+#endif // BOOST_ITL_SET_LAWS_HPP_JOFA_071124
Modified: sandbox/itl/boost/validate/laws/subset_order.hpp
==============================================================================
--- sandbox/itl/boost/validate/laws/subset_order.hpp (original)
+++ sandbox/itl/boost/validate/laws/subset_order.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -7,8 +7,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_subset_ordering_hpp_JOFA_090202__
-#define __itl_subset_ordering_hpp_JOFA_090202__
+#ifndef BOOST_ITL_SUBSET_ORDERING_HPP_JOFA_090202
+#define BOOST_ITL_SUBSET_ORDERING_HPP_JOFA_090202
#include <boost/itl/type_traits/value_size.hpp>
#include <boost/itl/interval_morphism.hpp>
@@ -216,5 +216,5 @@
}} // namespace itl boost
-#endif // __itl_subset_ordering_hpp_JOFA_090202__
+#endif // BOOST_ITL_SUBSET_ORDERING_HPP_JOFA_090202
Modified: sandbox/itl/boost/validate/laws/symmetric_difference.hpp
==============================================================================
--- sandbox/itl/boost/validate/laws/symmetric_difference.hpp (original)
+++ sandbox/itl/boost/validate/laws/symmetric_difference.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -7,8 +7,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_symmetric_difference_hpp_JOFA_071124__
-#define __itl_symmetric_difference_hpp_JOFA_071124__
+#ifndef BOOST_ITL_SYMMETRIC_DIFFERENCE_HPP_JOFA_071124
+#define BOOST_ITL_SYMMETRIC_DIFFERENCE_HPP_JOFA_071124
#include <boost/itl/type_traits/value_size.hpp>
#include <boost/validate/laws/law.hpp>
@@ -196,6 +196,6 @@
}} // namespace itl boost
-#endif // __itl_symmetric_difference_hpp_JOFA_071124__
+#endif // BOOST_ITL_SYMMETRIC_DIFFERENCE_HPP_JOFA_071124
Modified: sandbox/itl/boost/validate/validation_counts.hpp
==============================================================================
--- sandbox/itl/boost/validate/validation_counts.hpp (original)
+++ sandbox/itl/boost/validate/validation_counts.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -7,8 +7,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_validation_counts_hpp_JOFA_090713__
-#define __itl_validation_counts_hpp_JOFA_090713__
+#ifndef BOOST_ITL_VALIDATION_COUNTS_HPP_JOFA_090713
+#define BOOST_ITL_VALIDATION_COUNTS_HPP_JOFA_090713
namespace boost{namespace itl
@@ -42,4 +42,4 @@
}} // namespace itl boost
-#endif // __itl_validation_counts_hpp_JOFA_090713__
+#endif // BOOST_ITL_VALIDATION_COUNTS_HPP_JOFA_090713
Modified: sandbox/itl/libs/itl/example/toytime.hpp
==============================================================================
--- sandbox/itl/libs/itl/example/toytime.hpp (original)
+++ sandbox/itl/libs/itl/example/toytime.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -7,6 +7,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
+#include <boost/config/warning_disable.hpp>
+
namespace boost{namespace itl
{
Modified: sandbox/itl/libs/itl/test/fastest_interval_map_cases.hpp
==============================================================================
--- sandbox/itl/libs/itl/test/fastest_interval_map_cases.hpp (original)
+++ sandbox/itl/libs/itl/test/fastest_interval_map_cases.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -5,8 +5,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_fastest_interval_map_cases_hpp_JOFA_090702__
-#define __itl_fastest_interval_map_cases_hpp_JOFA_090702__
+#ifndef BOOST_ITL_FASTEST_INTERVAL_MAP_CASES_HPP_JOFA_090702
+#define BOOST_ITL_FASTEST_INTERVAL_MAP_CASES_HPP_JOFA_090702
BOOST_AUTO_TEST_CASE
(fastest_itl_interval_map_fundamentals_4_ordered_types)
@@ -72,5 +72,5 @@
{ interval_map_inclusion_compare_4_bicremental_types<discrete_type_4, int, partial_absorber, INTERVAL_MAP>();}
-#endif // __itl_fastest_interval_map_cases_hpp_JOFA_090702__
+#endif // BOOST_ITL_FASTEST_INTERVAL_MAP_CASES_HPP_JOFA_090702
Modified: sandbox/itl/libs/itl/test/fastest_interval_map_infix_cases.hpp
==============================================================================
--- sandbox/itl/libs/itl/test/fastest_interval_map_infix_cases.hpp (original)
+++ sandbox/itl/libs/itl/test/fastest_interval_map_infix_cases.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -5,8 +5,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_fastest_interval_map_infix_cases_hpp_JOFA_090702__
-#define __itl_fastest_interval_map_infix_cases_hpp_JOFA_090702__
+#ifndef BOOST_ITL_FASTEST_INTERVAL_MAP_INFIX_CASES_HPP_JOFA_090702
+#define BOOST_ITL_FASTEST_INTERVAL_MAP_INFIX_CASES_HPP_JOFA_090702
BOOST_AUTO_TEST_CASE
(test_itl_interval_map_infix_plus_overload_4_bicremental_types)
@@ -28,5 +28,5 @@
(test_itl_interval_map_infix_caret_overload_4_bicremental_types)
{ interval_map_infix_caret_overload_4_bicremental_types<INTERVAL_MAP, bicremental_type_1, int>();}
-#endif // __itl_fastest_interval_map_infix_cases_hpp_JOFA_090702__
+#endif // BOOST_ITL_FASTEST_INTERVAL_MAP_INFIX_CASES_HPP_JOFA_090702
Modified: sandbox/itl/libs/itl/test/fastest_interval_set_cases.hpp
==============================================================================
--- sandbox/itl/libs/itl/test/fastest_interval_set_cases.hpp (original)
+++ sandbox/itl/libs/itl/test/fastest_interval_set_cases.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -5,8 +5,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_fastest_interval_set_cases_hpp_JOFA_090702__
-#define __itl_fastest_interval_set_cases_hpp_JOFA_090702__
+#ifndef BOOST_ITL_FASTEST_INTERVAL_SET_CASES_HPP_JOFA_090702
+#define BOOST_ITL_FASTEST_INTERVAL_SET_CASES_HPP_JOFA_090702
BOOST_AUTO_TEST_CASE
(fastest_itl_interval_set_fundamentals_4_ordered_types)
@@ -56,7 +56,7 @@
(fastest_itl_interval_set_find_4_bicremental_types)
{ interval_set_find_4_bicremental_types<INTERVAL_SET, bicremental_type_1>();}
-#endif // __itl_fastest_interval_set_cases_hpp_JOFA_090702__
+#endif // BOOST_ITL_FASTEST_INTERVAL_SET_CASES_HPP_JOFA_090702
Modified: sandbox/itl/libs/itl/test/fastest_interval_set_infix_cases.hpp
==============================================================================
--- sandbox/itl/libs/itl/test/fastest_interval_set_infix_cases.hpp (original)
+++ sandbox/itl/libs/itl/test/fastest_interval_set_infix_cases.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -5,8 +5,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_fastest_interval_set_infix_cases_hpp_JOFA_090702__
-#define __itl_fastest_interval_set_infix_cases_hpp_JOFA_090702__
+#ifndef BOOST_ITL_FASTEST_INTERVAL_SET_INFIX_CASES_HPP_JOFA_090702
+#define BOOST_ITL_FASTEST_INTERVAL_SET_INFIX_CASES_HPP_JOFA_090702
BOOST_AUTO_TEST_CASE
(fastest_itl_interval_set_infix_plus_overload_4_bicremental_types)
@@ -28,7 +28,7 @@
(fastest_itl_interval_set_infix_caret_overload_4_bicremental_types)
{ interval_set_infix_caret_overload_4_bicremental_types<INTERVAL_SET, bicremental_type_5>();}
-#endif // __itl_fastest_interval_set_infix_cases_hpp_JOFA_090702__
+#endif // BOOST_ITL_FASTEST_INTERVAL_SET_INFIX_CASES_HPP_JOFA_090702
Modified: sandbox/itl/libs/itl/test/fastest_itl_map_/fastest_itl_map_cases.hpp
==============================================================================
--- sandbox/itl/libs/itl/test/fastest_itl_map_/fastest_itl_map_cases.hpp (original)
+++ sandbox/itl/libs/itl/test/fastest_itl_map_/fastest_itl_map_cases.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -5,8 +5,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_test_itl_map_cases_hpp_JOFA_090701__
-#define __itl_test_itl_map_cases_hpp_JOFA_090701__
+#ifndef BOOST_ITL_TEST_ITL_MAP_CASES_HPP_JOFA_090701
+#define BOOST_ITL_TEST_ITL_MAP_CASES_HPP_JOFA_090701
BOOST_AUTO_TEST_CASE
(fastest_itl_itl_map_find_4_bicremental_types)
@@ -16,4 +16,4 @@
(fastest_itl_itl_map_inclusion_compare_4_bicremental_types)
{ itl_map_inclusion_compare_4_bicremental_types<discrete_type_1, int, partial_absorber, INTERVAL_MAP>();}
-#endif // __itl_test_itl_map_cases_hpp_JOFA_090701__
+#endif // BOOST_ITL_TEST_ITL_MAP_CASES_HPP_JOFA_090701
Modified: sandbox/itl/libs/itl/test/fastest_partial_interval_quantifier_cases.hpp
==============================================================================
--- sandbox/itl/libs/itl/test/fastest_partial_interval_quantifier_cases.hpp (original)
+++ sandbox/itl/libs/itl/test/fastest_partial_interval_quantifier_cases.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -5,8 +5,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_fastest_partial_interval_quantifier_cases_hpp_JOFA_090703__
-#define __itl_fastest_partial_interval_quantifier_cases_hpp_JOFA_090703__
+#ifndef BOOST_ITL_FASTEST_PARTIAL_INTERVAL_QUANTIFIER_CASES_HPP_JOFA_090703
+#define BOOST_ITL_FASTEST_PARTIAL_INTERVAL_QUANTIFIER_CASES_HPP_JOFA_090703
//------------------------------------------------------------------------------
// partial_absorber
@@ -60,5 +60,5 @@
// partial x - x == 0 x - x =p= 0 partiality of subtraction
// total (-x)+ x == 0 (-x)+ x =p= 0 totality of subtraction
-#endif // __itl_fastest_partial_interval_quantifier_cases_hpp_JOFA_090703__
+#endif // BOOST_ITL_FASTEST_PARTIAL_INTERVAL_QUANTIFIER_CASES_HPP_JOFA_090703
Modified: sandbox/itl/libs/itl/test/fastest_set_interval_set_/fastest_set_interval_set_cases.hpp
==============================================================================
--- sandbox/itl/libs/itl/test/fastest_set_interval_set_/fastest_set_interval_set_cases.hpp (original)
+++ sandbox/itl/libs/itl/test/fastest_set_interval_set_/fastest_set_interval_set_cases.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -5,8 +5,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_fastest_set_interval_set_cases_hpp_JOFA_090703__
-#define __itl_fastest_set_interval_set_cases_hpp_JOFA_090703__
+#ifndef BOOST_ITL_FASTEST_SET_INTERVAL_SET_CASES_HPP_JOFA_090703
+#define BOOST_ITL_FASTEST_SET_INTERVAL_SET_CASES_HPP_JOFA_090703
//------------------------------------------------------------------------------
// interval_set
@@ -67,5 +67,5 @@
(fastest_itl_split_interval_set_check_partial_invertive_monoid_plus_4_bicremental_types)
{ interval_set_check_partial_invertive_monoid_plus_4_bicremental_types<bicremental_type_4, split_interval_set>();}
-#endif // __itl_fastest_set_interval_set_cases_hpp_JOFA_090703__
+#endif // BOOST_ITL_FASTEST_SET_INTERVAL_SET_CASES_HPP_JOFA_090703
Modified: sandbox/itl/libs/itl/test/fastest_set_itl_set_/fastest_set_itl_set_cases.hpp
==============================================================================
--- sandbox/itl/libs/itl/test/fastest_set_itl_set_/fastest_set_itl_set_cases.hpp (original)
+++ sandbox/itl/libs/itl/test/fastest_set_itl_set_/fastest_set_itl_set_cases.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -5,8 +5,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_fastest_set_itl_set_cases_hpp_JOFA_090703__
-#define __itl_fastest_set_itl_set_cases_hpp_JOFA_090703__
+#ifndef BOOST_ITL_FASTEST_SET_ITL_SET_CASES_HPP_JOFA_090703
+#define BOOST_ITL_FASTEST_SET_ITL_SET_CASES_HPP_JOFA_090703
//------------------------------------------------------------------------------
// interval_set
@@ -30,6 +30,6 @@
(fastest_itl_itl_set_check_partial_invertive_monoid_plus_4_bicremental_types)
{ itl_set_check_partial_invertive_monoid_plus_4_bicremental_types<discrete_type_4, interval_set>();}
-#endif // __itl_fastest_set_itl_set_cases_hpp_JOFA_090703__
+#endif // BOOST_ITL_FASTEST_SET_ITL_SET_CASES_HPP_JOFA_090703
Modified: sandbox/itl/libs/itl/test/fastest_total_interval_quantifier_cases.hpp
==============================================================================
--- sandbox/itl/libs/itl/test/fastest_total_interval_quantifier_cases.hpp (original)
+++ sandbox/itl/libs/itl/test/fastest_total_interval_quantifier_cases.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -5,8 +5,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_fastest_total_interval_quantifier_cases_hpp_JOFA_090703__
-#define __itl_fastest_total_interval_quantifier_cases_hpp_JOFA_090703__
+#ifndef BOOST_ITL_FASTEST_TOTAL_INTERVAL_QUANTIFIER_CASES_HPP_JOFA_090703
+#define BOOST_ITL_FASTEST_TOTAL_INTERVAL_QUANTIFIER_CASES_HPP_JOFA_090703
//------------------------------------------------------------------------------
// total_absorber
@@ -60,5 +60,5 @@
// partial x - x == 0 x - x =p= 0 partiality of subtraction
// total (-x)+ x == 0 (-x)+ x =p= 0 totality of subtraction
-#endif // __itl_fastest_total_interval_quantifier_cases_hpp_JOFA_090703__
+#endif // BOOST_ITL_FASTEST_TOTAL_INTERVAL_QUANTIFIER_CASES_HPP_JOFA_090703
Modified: sandbox/itl/libs/itl/test/test_interval_map_cases.hpp
==============================================================================
--- sandbox/itl/libs/itl/test/test_interval_map_cases.hpp (original)
+++ sandbox/itl/libs/itl/test/test_interval_map_cases.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -5,8 +5,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_test_interval_map_cases_hpp_JOFA_090701__
-#define __itl_test_interval_map_cases_hpp_JOFA_090701__
+#ifndef BOOST_ITL_TEST_INTERVAL_MAP_CASES_HPP_JOFA_090701
+#define BOOST_ITL_TEST_INTERVAL_MAP_CASES_HPP_JOFA_090701
BOOST_AUTO_TEST_CASE_TEMPLATE
(test_itl_interval_map_fundamentals_4_ordered_types, T, ordered_types)
@@ -71,5 +71,5 @@
(test_itl_interval_map_inclusion_compare_4_bicremental_types, T, bicremental_types)
{ interval_map_inclusion_compare_4_bicremental_types<T, int, partial_absorber, INTERVAL_MAP>();}
-#endif // __itl_test_interval_map_cases_hpp_JOFA_090701__
+#endif // BOOST_ITL_TEST_INTERVAL_MAP_CASES_HPP_JOFA_090701
Modified: sandbox/itl/libs/itl/test/test_interval_map_infix_cases.hpp
==============================================================================
--- sandbox/itl/libs/itl/test/test_interval_map_infix_cases.hpp (original)
+++ sandbox/itl/libs/itl/test/test_interval_map_infix_cases.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -5,8 +5,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_fastest_interval_map_infix_cases_hpp_JOFA_090702__
-#define __itl_fastest_interval_map_infix_cases_hpp_JOFA_090702__
+#ifndef BOOST_ITL_FASTEST_INTERVAL_MAP_INFIX_CASES_HPP_JOFA_090702
+#define BOOST_ITL_FASTEST_INTERVAL_MAP_INFIX_CASES_HPP_JOFA_090702
BOOST_AUTO_TEST_CASE
(fastest_itl_interval_map_infix_plus_overload_4_bicremental_types)
@@ -28,5 +28,5 @@
(fastest_itl_interval_map_infix_caret_overload_4_bicremental_types)
{ interval_map_infix_caret_overload_4_bicremental_types<INTERVAL_MAP, bicremental_type_5, int>();}
-#endif // __itl_fastest_interval_map_infix_cases_hpp_JOFA_090702__
+#endif // BOOST_ITL_FASTEST_INTERVAL_MAP_INFIX_CASES_HPP_JOFA_090702
Modified: sandbox/itl/libs/itl/test/test_interval_set_cases.hpp
==============================================================================
--- sandbox/itl/libs/itl/test/test_interval_set_cases.hpp (original)
+++ sandbox/itl/libs/itl/test/test_interval_set_cases.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -5,8 +5,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_test_interval_set_cases_hpp_JOFA_090701__
-#define __itl_test_interval_set_cases_hpp_JOFA_090701__
+#ifndef BOOST_ITL_TEST_INTERVAL_SET_CASES_HPP_JOFA_090701
+#define BOOST_ITL_TEST_INTERVAL_SET_CASES_HPP_JOFA_090701
BOOST_AUTO_TEST_CASE_TEMPLATE
(test_itl_interval_set_fundamentals_4_ordered_types, T, ordered_types)
@@ -56,7 +56,7 @@
(test_itl_interval_set_find_4_bicremental_types, T, bicremental_types)
{ interval_set_find_4_bicremental_types<INTERVAL_SET, T>();}
-#endif // __itl_test_interval_set_cases_hpp_JOFA_090701__
+#endif // BOOST_ITL_TEST_INTERVAL_SET_CASES_HPP_JOFA_090701
Modified: sandbox/itl/libs/itl/test/test_interval_set_infix_cases.hpp
==============================================================================
--- sandbox/itl/libs/itl/test/test_interval_set_infix_cases.hpp (original)
+++ sandbox/itl/libs/itl/test/test_interval_set_infix_cases.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -5,8 +5,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_test_interval_set_infix_cases_hpp_JOFA_090701__
-#define __itl_test_interval_set_infix_cases_hpp_JOFA_090701__
+#ifndef BOOST_ITL_TEST_INTERVAL_SET_INFIX_CASES_HPP_JOFA_090701
+#define BOOST_ITL_TEST_INTERVAL_SET_INFIX_CASES_HPP_JOFA_090701
BOOST_AUTO_TEST_CASE_TEMPLATE
(test_itl_interval_set_infix_plus_overload_4_bicremental_types, T, bicremental_types)
@@ -28,7 +28,7 @@
(test_itl_interval_set_infix_caret_overload_4_bicremental_types, T, bicremental_types)
{ interval_set_infix_caret_overload_4_bicremental_types<INTERVAL_SET, T>();}
-#endif // __itl_test_interval_set_infix_cases_hpp_JOFA_090701__
+#endif // BOOST_ITL_TEST_INTERVAL_SET_INFIX_CASES_HPP_JOFA_090701
Modified: sandbox/itl/libs/itl/test/test_itl_map_/test_itl_map_cases.hpp
==============================================================================
--- sandbox/itl/libs/itl/test/test_itl_map_/test_itl_map_cases.hpp (original)
+++ sandbox/itl/libs/itl/test/test_itl_map_/test_itl_map_cases.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -5,8 +5,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_test_itl_map_cases_hpp_JOFA_090701__
-#define __itl_test_itl_map_cases_hpp_JOFA_090701__
+#ifndef BOOST_ITL_TEST_ITL_MAP_CASES_HPP_JOFA_090701
+#define BOOST_ITL_TEST_ITL_MAP_CASES_HPP_JOFA_090701
BOOST_AUTO_TEST_CASE_TEMPLATE
(test_itl_itl_map_find_4_bicremental_types, T, discrete_types)
@@ -16,4 +16,4 @@
(test_itl_itl_map_inclusion_compare_4_bicremental_types, T, discrete_types)
{ itl_map_inclusion_compare_4_bicremental_types<T, int, partial_absorber, INTERVAL_MAP>();}
-#endif // __itl_test_itl_map_cases_hpp_JOFA_090701__
+#endif // BOOST_ITL_TEST_ITL_MAP_CASES_HPP_JOFA_090701
Modified: sandbox/itl/libs/itl/test/test_partial_interval_quantifier_cases.hpp
==============================================================================
--- sandbox/itl/libs/itl/test/test_partial_interval_quantifier_cases.hpp (original)
+++ sandbox/itl/libs/itl/test/test_partial_interval_quantifier_cases.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -5,8 +5,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_test_partial_interval_quantifier_cases_hpp_JOFA_090701__
-#define __itl_test_partial_interval_quantifier_cases_hpp_JOFA_090701__
+#ifndef BOOST_ITL_TEST_PARTIAL_INTERVAL_QUANTIFIER_CASES_HPP_JOFA_090701
+#define BOOST_ITL_TEST_PARTIAL_INTERVAL_QUANTIFIER_CASES_HPP_JOFA_090701
//------------------------------------------------------------------------------
// partial_absorber
@@ -60,5 +60,5 @@
// partial x - x == 0 x - x =p= 0 partiality of subtraction
// total (-x)+ x == 0 (-x)+ x =p= 0 totality of subtraction
-#endif // __itl_test_partial_interval_quantifier_cases_hpp_JOFA_090701__
+#endif // BOOST_ITL_TEST_PARTIAL_INTERVAL_QUANTIFIER_CASES_HPP_JOFA_090701
Modified: sandbox/itl/libs/itl/test/test_set_interval_set_/test_set_interval_set_cases.hpp
==============================================================================
--- sandbox/itl/libs/itl/test/test_set_interval_set_/test_set_interval_set_cases.hpp (original)
+++ sandbox/itl/libs/itl/test/test_set_interval_set_/test_set_interval_set_cases.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -5,8 +5,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_test_set_interval_set_cases_hpp_JOFA_090701__
-#define __itl_test_set_interval_set_cases_hpp_JOFA_090701__
+#ifndef BOOST_ITL_TEST_SET_INTERVAL_SET_CASES_HPP_JOFA_090701
+#define BOOST_ITL_TEST_SET_INTERVAL_SET_CASES_HPP_JOFA_090701
//------------------------------------------------------------------------------
// interval_set
@@ -67,5 +67,5 @@
(test_itl_split_interval_set_check_partial_invertive_monoid_plus_4_bicremental_types, T, bicremental_types)
{ interval_set_check_partial_invertive_monoid_plus_4_bicremental_types<T, split_interval_set>();}
-#endif // __itl_test_set_interval_set_cases_hpp_JOFA_090701__
+#endif // BOOST_ITL_TEST_SET_INTERVAL_SET_CASES_HPP_JOFA_090701
Modified: sandbox/itl/libs/itl/test/test_set_itl_set_/test_set_itl_set_cases.hpp
==============================================================================
--- sandbox/itl/libs/itl/test/test_set_itl_set_/test_set_itl_set_cases.hpp (original)
+++ sandbox/itl/libs/itl/test/test_set_itl_set_/test_set_itl_set_cases.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -5,8 +5,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_test_set_itl_set_cases_hpp_JOFA_090701__
-#define __itl_test_set_itl_set_cases_hpp_JOFA_090701__
+#ifndef BOOST_ITL_TEST_SET_ITL_SET_CASES_HPP_JOFA_090701
+#define BOOST_ITL_TEST_SET_ITL_SET_CASES_HPP_JOFA_090701
//------------------------------------------------------------------------------
// interval_set
@@ -30,6 +30,6 @@
(test_itl_itl_set_check_partial_invertive_monoid_plus_4_bicremental_types, T, discrete_types)
{ itl_set_check_partial_invertive_monoid_plus_4_bicremental_types<T, interval_set>();}
-#endif // __itl_test_set_itl_set_cases_hpp_JOFA_090701__
+#endif // BOOST_ITL_TEST_SET_ITL_SET_CASES_HPP_JOFA_090701
Modified: sandbox/itl/libs/itl/test/test_set_itl_set_cases.hpp
==============================================================================
--- sandbox/itl/libs/itl/test/test_set_itl_set_cases.hpp (original)
+++ sandbox/itl/libs/itl/test/test_set_itl_set_cases.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -5,8 +5,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_test_set_itl_set_cases_hpp_JOFA_090701__
-#define __itl_test_set_itl_set_cases_hpp_JOFA_090701__
+#ifndef BOOST_ITL_TEST_SET_ITL_SET_CASES_HPP_JOFA_090701
+#define BOOST_ITL_TEST_SET_ITL_SET_CASES_HPP_JOFA_090701
BOOST_AUTO_TEST_CASE_TEMPLATE
(test_itl_itl_set_check_monoid_plus_4_bicremental_types, T, discrete_types)
@@ -24,6 +24,6 @@
(test_itl_itl_set_check_partial_invertive_monoid_plus_4_bicremental_types, T, discrete_types)
{ itl_set_check_partial_invertive_monoid_plus_4_bicremental_types<T, INTERVAL_SET>();}
-#endif // __itl_test_set_itl_set_cases_hpp_JOFA_090701__
+#endif // BOOST_ITL_TEST_SET_ITL_SET_CASES_HPP_JOFA_090701
Modified: sandbox/itl/libs/itl/test/test_total_interval_quantifier_cases.hpp
==============================================================================
--- sandbox/itl/libs/itl/test/test_total_interval_quantifier_cases.hpp (original)
+++ sandbox/itl/libs/itl/test/test_total_interval_quantifier_cases.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -5,8 +5,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_test_total_interval_quantifier_cases_hpp_JOFA_090701__
-#define __itl_test_total_interval_quantifier_cases_hpp_JOFA_090701__
+#ifndef BOOST_ITL_TEST_TOTAL_INTERVAL_QUANTIFIER_CASES_HPP_JOFA_090701
+#define BOOST_ITL_TEST_TOTAL_INTERVAL_QUANTIFIER_CASES_HPP_JOFA_090701
//------------------------------------------------------------------------------
// total_absorber
@@ -60,5 +60,5 @@
// partial x - x == 0 x - x =p= 0 partiality of subtraction
// total (-x)+ x == 0 (-x)+ x =p= 0 totality of subtraction
-#endif // __itl_test_total_interval_quantifier_cases_hpp_JOFA_090701__
+#endif // BOOST_ITL_TEST_TOTAL_INTERVAL_QUANTIFIER_CASES_HPP_JOFA_090701
Modified: sandbox/itl/libs/itl/test/test_type_lists.hpp
==============================================================================
--- sandbox/itl/libs/itl/test/test_type_lists.hpp (original)
+++ sandbox/itl/libs/itl/test/test_type_lists.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -5,8 +5,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_test_type_lists_JOFA_080916_H__
-#define __itl_test_type_lists_JOFA_080916_H__
+#ifndef BOOST_ITL_TEST_TYPE_LISTS_HPP_JOFA_080916
+#define BOOST_ITL_TEST_TYPE_LISTS_HPP_JOFA_080916
#include <boost/mpl/list.hpp>
Modified: sandbox/itl/libs/itl/test/test_value_maker.hpp
==============================================================================
--- sandbox/itl/libs/itl/test/test_value_maker.hpp (original)
+++ sandbox/itl/libs/itl/test/test_value_maker.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -5,8 +5,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_test_value_maker_JOFA_080916_H__
-#define __itl_test_value_maker_JOFA_080916_H__
+#ifndef BOOST_ITL_TEST_VALUE_MAKER_HPP_JOFA_080916
+#define BOOST_ITL_TEST_VALUE_MAKER_HPP_JOFA_080916
#include <boost/itl/type_traits/neutron.hpp>
Modified: sandbox/itl/libs/validate/example/labat_polygon_/polygon_laws.hpp
==============================================================================
--- sandbox/itl/libs/validate/example/labat_polygon_/polygon_laws.hpp (original)
+++ sandbox/itl/libs/validate/example/labat_polygon_/polygon_laws.hpp 2009-09-07 06:45:13 EDT (Mon, 07 Sep 2009)
@@ -7,8 +7,8 @@
(See accompanying file LICENCE.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
+-----------------------------------------------------------------------------*/
-#ifndef __itl_polygon_laws_hpp_JOFA_090901__
-#define __itl_polygon_laws_hpp_JOFA_090901__
+#ifndef BOOST_ITL_POLYGON_LAWS_HPP_JOFA_090901
+#define BOOST_ITL_POLYGON_LAWS_HPP_JOFA_090901
#define LAW_BASED_TEST_BOOST_POLYGON
@@ -163,5 +163,5 @@
}} // namespace itl boost
-#endif // __itl_polygon_laws_hpp_JOFA_070411__
+#endif // BOOST_ITL_POLYGON_LAWS_HPP_JOFA_070411
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk