From 4ef8c864049ba8ba65e4ff094516a6ea0d3e8573 Mon Sep 17 00:00:00 2001
From: Gennadiy Rozental
Date: Tue, 5 Oct 2004 01:32:10 +0000
Subject: [PATCH] file/directory renaming for the sake of CD burning
[SVN r25553]
---
build/msvc71_proj/boost_test_library.sln | 33 ++-----------------
...est.vcproj => ifstream_line_it_tst.vcproj} | 0
...le.vcproj => test_case_template_ex.vcproj} | 0
doc/compilation.html | 2 +-
doc/components/execution_monitor/index.html | 2 +-
doc/components/index.html | 4 +--
doc/components/prg_exec_monitor/index.html | 2 +-
doc/components/test_exec_monitor/index.html | 10 +++---
doc/components/test_tools/index.html | 2 +-
.../reference/BOOST_CHECKPOINT.html | 2 +-
.../compilation.html | 0
.../components/index.html | 0
.../test_case/abstract_interface.html | 0
.../test_case/auto_register_facility.html | 10 +++---
.../test_case/boost_function_tc.html} | 2 +-
.../components/test_case/class_tc.html} | 4 +--
.../components/test_case/function_tc.html} | 0
.../components/test_case/index.html | 14 ++++----
.../test_case/param_boost_function_tc.html} | 0
.../components/test_case/param_class_tc.html} | 0
.../test_case/paramet_function_tc.html} | 0
.../components/test_case/tc_template.html} | 4 +--
.../test_log/custom_log_formatter.html | 0
.../components/test_log/index.html | 0
.../components/test_result/index.html | 0
.../components/test_suite/index.html | 0
.../getting_started/const_string.hpp | 0
.../getting_started/const_string_test.cpp | 0
.../getting_started/index.html | 0
.../{unit_test_framework => utf}/index.html | 0
.../parameters/build_info.html | 0
.../parameters/catch_system_errors.html | 0
.../parameters/index.html | 0
.../parameters/log_format.html | 0
.../parameters/log_level.html | 0
.../parameters/no_result_code.html | 0
.../parameters/output_format.html | 0
.../parameters/report_format.html | 0
.../parameters/report_level.html | 0
doc/faq.html | 8 ++---
doc/index.html | 2 +-
doc/release_notes.html | 12 +++----
test/errors_handling_test.cpp | 5 ++-
...n.gcc => errors_handling_test.pattern_gcc} | 0
test/token_iterator_test.cpp | 5 ++-
45 files changed, 50 insertions(+), 73 deletions(-)
rename build/msvc71_proj/{ifstream_line_iterator_test.vcproj => ifstream_line_it_tst.vcproj} (100%)
mode change 100644 => 100755
rename build/msvc71_proj/{test_case_template_example.vcproj => test_case_template_ex.vcproj} (100%)
mode change 100644 => 100755
rename doc/components/{unit_test_framework => utf}/compilation.html (100%)
mode change 100644 => 100755
rename doc/components/{unit_test_framework => utf}/components/index.html (100%)
rename doc/components/{unit_test_framework => utf}/components/test_case/abstract_interface.html (100%)
mode change 100644 => 100755
rename doc/components/{unit_test_framework => utf}/components/test_case/auto_register_facility.html (89%)
rename doc/components/{unit_test_framework/components/test_case/boost_function_test_case.html => utf/components/test_case/boost_function_tc.html} (98%)
rename doc/components/{unit_test_framework/components/test_case/class_test_case.html => utf/components/test_case/class_tc.html} (98%)
mode change 100644 => 100755
rename doc/components/{unit_test_framework/components/test_case/function_test_case.html => utf/components/test_case/function_tc.html} (100%)
rename doc/components/{unit_test_framework => utf}/components/test_case/index.html (77%)
rename doc/components/{unit_test_framework/components/test_case/parameterized_boost_function_test_case.html => utf/components/test_case/param_boost_function_tc.html} (100%)
mode change 100644 => 100755
rename doc/components/{unit_test_framework/components/test_case/parameterized_class_test_case.html => utf/components/test_case/param_class_tc.html} (100%)
rename doc/components/{unit_test_framework/components/test_case/parameterized_function_test_case.html => utf/components/test_case/paramet_function_tc.html} (100%)
rename doc/components/{unit_test_framework/components/test_case/test_case_template.html => utf/components/test_case/tc_template.html} (95%)
mode change 100644 => 100755
rename doc/components/{unit_test_framework => utf}/components/test_log/custom_log_formatter.html (100%)
mode change 100644 => 100755
rename doc/components/{unit_test_framework => utf}/components/test_log/index.html (100%)
mode change 100644 => 100755
rename doc/components/{unit_test_framework => utf}/components/test_result/index.html (100%)
rename doc/components/{unit_test_framework => utf}/components/test_suite/index.html (100%)
rename doc/components/{unit_test_framework => utf}/getting_started/const_string.hpp (100%)
rename doc/components/{unit_test_framework => utf}/getting_started/const_string_test.cpp (100%)
rename doc/components/{unit_test_framework => utf}/getting_started/index.html (100%)
rename doc/components/{unit_test_framework => utf}/index.html (100%)
rename doc/components/{unit_test_framework => utf}/parameters/build_info.html (100%)
rename doc/components/{unit_test_framework => utf}/parameters/catch_system_errors.html (100%)
rename doc/components/{unit_test_framework => utf}/parameters/index.html (100%)
rename doc/components/{unit_test_framework => utf}/parameters/log_format.html (100%)
rename doc/components/{unit_test_framework => utf}/parameters/log_level.html (100%)
rename doc/components/{unit_test_framework => utf}/parameters/no_result_code.html (100%)
rename doc/components/{unit_test_framework => utf}/parameters/output_format.html (100%)
rename doc/components/{unit_test_framework => utf}/parameters/report_format.html (100%)
rename doc/components/{unit_test_framework => utf}/parameters/report_level.html (100%)
rename test/test_files/{errors_handling_test.pattern.gcc => errors_handling_test.pattern_gcc} (100%)
diff --git a/build/msvc71_proj/boost_test_library.sln b/build/msvc71_proj/boost_test_library.sln
index bb5ade06..a5e89423 100644
--- a/build/msvc71_proj/boost_test_library.sln
+++ b/build/msvc71_proj/boost_test_library.sln
@@ -1,12 +1,10 @@
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "auto_unit_test_test", "auto_unit_test_test.vcproj", "{BA5E1831-B906-4048-8D48-F0CE573800EB}"
ProjectSection(ProjectDependencies) = postProject
- {9466C117-7AE0-4AFD-B327-E1612568BCF1} = {9466C117-7AE0-4AFD-B327-E1612568BCF1}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "errors_handling_test", "errors_handling_test.vcproj", "{B8BA93CF-F690-4322-A522-3C63DE7DA3BA}"
ProjectSection(ProjectDependencies) = postProject
- {30AE2EB6-0F78-4D13-9D67-AA5A1052B4C7} = {30AE2EB6-0F78-4D13-9D67-AA5A1052B4C7}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "minimal_test", "minimal_test.vcproj", "{D62CB6A3-42BD-4FBF-ACD9-83AAF40A3CCA}"
@@ -19,27 +17,22 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "online_test", "online_test.
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "output_test_stream_test", "output_test_stream_test.vcproj", "{585A2442-7808-4BBB-9043-18057FF0BDB0}"
ProjectSection(ProjectDependencies) = postProject
- {9466C117-7AE0-4AFD-B327-E1612568BCF1} = {9466C117-7AE0-4AFD-B327-E1612568BCF1}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "parameterized_test_test", "parameterized_test_test.vcproj", "{E59D4008-8BB7-41F4-ABE8-CF05BF916584}"
ProjectSection(ProjectDependencies) = postProject
- {30AE2EB6-0F78-4D13-9D67-AA5A1052B4C7} = {30AE2EB6-0F78-4D13-9D67-AA5A1052B4C7}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "prg_exec_example", "prg_exec_example.vcproj", "{B5DB95B1-3C48-4AD6-90B2-E7F55FA36A3A}"
ProjectSection(ProjectDependencies) = postProject
- {E462F886-5C5E-4796-83E1-2AA0F9ED39FA} = {E462F886-5C5E-4796-83E1-2AA0F9ED39FA}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "prg_exec_fail1", "prg_exec_fail1.vcproj", "{071FC467-3497-4D07-8933-FA2EF3FD032C}"
ProjectSection(ProjectDependencies) = postProject
- {E462F886-5C5E-4796-83E1-2AA0F9ED39FA} = {E462F886-5C5E-4796-83E1-2AA0F9ED39FA}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "prg_exec_fail2", "prg_exec_fail2.vcproj", "{1F9DFFE7-90DF-4BD0-9DC8-DE6E7BBE9586}"
ProjectSection(ProjectDependencies) = postProject
- {E462F886-5C5E-4796-83E1-2AA0F9ED39FA} = {E462F886-5C5E-4796-83E1-2AA0F9ED39FA}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "prg_exec_fail3", "prg_exec_fail3.vcproj", "{A1A9847E-858D-4001-9E75-C2DD994B930D}"
@@ -52,36 +45,30 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "prg_exec_monitor", "prg_exe
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "result_report_test", "result_report_test.vcproj", "{7221E901-6ED0-450A-8326-A5FA34DF329B}"
ProjectSection(ProjectDependencies) = postProject
- {30AE2EB6-0F78-4D13-9D67-AA5A1052B4C7} = {30AE2EB6-0F78-4D13-9D67-AA5A1052B4C7}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_case_template_example", "test_case_template_example.vcproj", "{489A082D-B677-4F7F-BFDF-DF49332791D0}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_case_template_example", "test_case_template_ex.vcproj", "{489A082D-B677-4F7F-BFDF-DF49332791D0}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_exec_example", "test_exec_example.vcproj", "{635DF74E-4759-49F9-823C-481AE9733762}"
ProjectSection(ProjectDependencies) = postProject
- {30AE2EB6-0F78-4D13-9D67-AA5A1052B4C7} = {30AE2EB6-0F78-4D13-9D67-AA5A1052B4C7}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_exec_fail1", "test_exec_fail1.vcproj", "{E33EC845-38D0-407A-96FC-4CAB93CD1FDD}"
ProjectSection(ProjectDependencies) = postProject
- {30AE2EB6-0F78-4D13-9D67-AA5A1052B4C7} = {30AE2EB6-0F78-4D13-9D67-AA5A1052B4C7}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_exec_fail2", "test_exec_fail2.vcproj", "{80BCA090-58A8-4E6C-8C7F-7F8FC12EE6CC}"
ProjectSection(ProjectDependencies) = postProject
- {30AE2EB6-0F78-4D13-9D67-AA5A1052B4C7} = {30AE2EB6-0F78-4D13-9D67-AA5A1052B4C7}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_exec_fail3", "test_exec_fail3.vcproj", "{30F7D7BB-44FE-4ADB-9CAB-E6960E0D6A90}"
ProjectSection(ProjectDependencies) = postProject
- {30AE2EB6-0F78-4D13-9D67-AA5A1052B4C7} = {30AE2EB6-0F78-4D13-9D67-AA5A1052B4C7}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_exec_fail4", "test_exec_fail4.vcproj", "{B6941BAD-86B0-4A8C-BDB4-B09A487600D9}"
ProjectSection(ProjectDependencies) = postProject
- {30AE2EB6-0F78-4D13-9D67-AA5A1052B4C7} = {30AE2EB6-0F78-4D13-9D67-AA5A1052B4C7}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_exec_monitor", "test_exec_monitor.vcproj", "{30AE2EB6-0F78-4D13-9D67-AA5A1052B4C7}"
@@ -90,37 +77,30 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_exec_monitor", "test_e
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_fp_comparisons", "test_fp_comparisons.vcproj", "{C1EE29A6-F0E4-493F-BA2B-CE5C4AB93AD5}"
ProjectSection(ProjectDependencies) = postProject
- {9466C117-7AE0-4AFD-B327-E1612568BCF1} = {9466C117-7AE0-4AFD-B327-E1612568BCF1}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_tools_test", "test_tools_test.vcproj", "{2F0DF83D-F8E3-47E8-AD95-A3C73C2584B3}"
ProjectSection(ProjectDependencies) = postProject
- {9466C117-7AE0-4AFD-B327-E1612568BCF1} = {9466C117-7AE0-4AFD-B327-E1612568BCF1}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "unit_test_example1", "unit_test_example1.vcproj", "{83EA2604-9468-4BB6-9DEF-44E1DD034DEE}"
ProjectSection(ProjectDependencies) = postProject
- {9466C117-7AE0-4AFD-B327-E1612568BCF1} = {9466C117-7AE0-4AFD-B327-E1612568BCF1}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "unit_test_example2", "unit_test_example2.vcproj", "{47AD34D0-617B-4D13-9D17-3D446B4F6970}"
ProjectSection(ProjectDependencies) = postProject
- {9466C117-7AE0-4AFD-B327-E1612568BCF1} = {9466C117-7AE0-4AFD-B327-E1612568BCF1}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "unit_test_example3", "unit_test_example3.vcproj", "{F42D9D93-AAE2-4BB2-86CB-C107EBB5182A}"
ProjectSection(ProjectDependencies) = postProject
- {9466C117-7AE0-4AFD-B327-E1612568BCF1} = {9466C117-7AE0-4AFD-B327-E1612568BCF1}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "unit_test_example4", "unit_test_example4.vcproj", "{9F2C64DB-5C59-4F7C-932E-527B71224811}"
ProjectSection(ProjectDependencies) = postProject
- {9466C117-7AE0-4AFD-B327-E1612568BCF1} = {9466C117-7AE0-4AFD-B327-E1612568BCF1}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "unit_test_example5", "unit_test_example5.vcproj", "{C1A69A36-97DF-4CA0-B8A8-1A54FC47B364}"
ProjectSection(ProjectDependencies) = postProject
- {9466C117-7AE0-4AFD-B327-E1612568BCF1} = {9466C117-7AE0-4AFD-B327-E1612568BCF1}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "unit_test_framework", "unit_test_framework.vcproj", "{9466C117-7AE0-4AFD-B327-E1612568BCF1}"
@@ -129,17 +109,14 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "unit_test_framework", "unit
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "unit_test_suite_ex_test", "unit_test_suite_ex_test.vcproj", "{643A15A4-F17F-4ACE-AB83-167AA2160BEC}"
ProjectSection(ProjectDependencies) = postProject
- {9466C117-7AE0-4AFD-B327-E1612568BCF1} = {9466C117-7AE0-4AFD-B327-E1612568BCF1}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_case_template_test", "test_case_template_test.vcproj", "{CBB6EB43-0BE0-44E9-A4B4-B4B8437410D9}"
ProjectSection(ProjectDependencies) = postProject
- {30AE2EB6-0F78-4D13-9D67-AA5A1052B4C7} = {30AE2EB6-0F78-4D13-9D67-AA5A1052B4C7}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "auto_unit_test_test_mult", "auto_unit_test_test_mult.vcproj", "{E782C9A9-A9AC-41AA-82C1-5ECF8798ED81}"
ProjectSection(ProjectDependencies) = postProject
- {9466C117-7AE0-4AFD-B327-E1612568BCF1} = {9466C117-7AE0-4AFD-B327-E1612568BCF1}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "exec_mon_example", "exec_mon_example.vcproj", "{9B50CF21-1612-4920-BD4D-D0B7E119DD09}"
@@ -148,32 +125,26 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "exec_mon_example", "exec_mo
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "custom_exception_test", "custom_exception_test.vcproj", "{84B8BFE6-0722-4F7A-BB34-B039BD7D6CD7}"
ProjectSection(ProjectDependencies) = postProject
- {9466C117-7AE0-4AFD-B327-E1612568BCF1} = {9466C117-7AE0-4AFD-B327-E1612568BCF1}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "class_properties_test", "class_properties_test.vcproj", "{84B8BFE6-0722-4F7A-BB34-B039BD7D6CD7}"
ProjectSection(ProjectDependencies) = postProject
- {9466C117-7AE0-4AFD-B327-E1612568BCF1} = {9466C117-7AE0-4AFD-B327-E1612568BCF1}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "basic_cstring_test", "basic_cstring_test.vcproj", "{84B8BFE6-0722-4F7A-BB34-B039BD7D6CD7}"
ProjectSection(ProjectDependencies) = postProject
- {9466C117-7AE0-4AFD-B327-E1612568BCF1} = {9466C117-7AE0-4AFD-B327-E1612568BCF1}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fixed_mapping_test", "fixed_mapping_test.vcproj", "{84B8BFE6-0722-4F7A-BB34-B039BD7D6CD7}"
ProjectSection(ProjectDependencies) = postProject
- {9466C117-7AE0-4AFD-B327-E1612568BCF1} = {9466C117-7AE0-4AFD-B327-E1612568BCF1}
EndProjectSection
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ifstream_line_iterator_test", "ifstream_line_iterator_test.vcproj", "{84B8BFE6-0722-4F7A-BB34-B039BD7D6CD7}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ifstream_line_iterator_test", "ifstream_line_it_tst.vcproj", "{84B8BFE6-0722-4F7A-BB34-B039BD7D6CD7}"
ProjectSection(ProjectDependencies) = postProject
- {9466C117-7AE0-4AFD-B327-E1612568BCF1} = {9466C117-7AE0-4AFD-B327-E1612568BCF1}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "token_iterator_test", "token_iterator_test.vcproj", "{84B8BFE6-0722-4F7A-BB34-B039BD7D6CD7}"
ProjectSection(ProjectDependencies) = postProject
- {9466C117-7AE0-4AFD-B327-E1612568BCF1} = {9466C117-7AE0-4AFD-B327-E1612568BCF1}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "algorithms_test", "algorithms_test.vcproj", "{09DC2B39-462E-412E-ACFB-67F90DC76AA2}"
diff --git a/build/msvc71_proj/ifstream_line_iterator_test.vcproj b/build/msvc71_proj/ifstream_line_it_tst.vcproj
old mode 100644
new mode 100755
similarity index 100%
rename from build/msvc71_proj/ifstream_line_iterator_test.vcproj
rename to build/msvc71_proj/ifstream_line_it_tst.vcproj
diff --git a/build/msvc71_proj/test_case_template_example.vcproj b/build/msvc71_proj/test_case_template_ex.vcproj
old mode 100644
new mode 100755
similarity index 100%
rename from build/msvc71_proj/test_case_template_example.vcproj
rename to build/msvc71_proj/test_case_template_ex.vcproj
diff --git a/doc/compilation.html b/doc/compilation.html
index f61330ae..f804e3d6 100644
--- a/doc/compilation.html
+++ b/doc/compilation.html
@@ -27,7 +27,7 @@
Monitor
The Test Execution
Monitor
- The Unit Test
+ The Unit Test
Framework
diff --git a/doc/components/execution_monitor/index.html b/doc/components/execution_monitor/index.html
index 23d35d23..59c482e2 100644
--- a/doc/components/execution_monitor/index.html
+++ b/doc/components/execution_monitor/index.html
@@ -84,7 +84,7 @@
exec_mon_example
For more examples of usage of Execution Monitor see Program
- Execution Monitor or Unit Test Framework.
+ Execution Monitor or Unit Test Framework.
While designing we should be aware that we can be in a situation with
no (or almost no) memory available. The Execution Monitor intended to be portable to as many platforms
diff --git a/doc/components/index.html b/doc/components/index.html
index 0e358c01..d84003e4 100644
--- a/doc/components/index.html
+++ b/doc/components/index.html
@@ -33,7 +33,7 @@
code execution use the Program Execution Monitor.
- - The Unit Test Framework - a framework that simplifies writing and organizing
+
- The Unit Test Framework - a framework that simplifies writing and organizing
test cases. The framework supports test cases written as simple free functions or member functions and organizes them
into a tree of test suites. The framework allows to use the Test Tools to implement a test cases and provides a facility
to manage a log report level and a result report level.
@@ -52,7 +52,7 @@
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
www.boost.org/LICENSE_1_0.txt)
- Revised: 17 July, 2004
+ Revised: 4 October, 2004