Boost
  Threads by month 
                
            - ----- 2025 -----
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2005 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2004 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
September 2007
- 175 participants
- 261 discussions
 
                        
                    
                        
                            
                                
                            
                            [interprocess] Boost.Thread developers willing to help on interprocess condition vars?
                        
                        
by Ion Gaztañaga 30 Sep '07
                    by Ion Gaztañaga 30 Sep '07
30 Sep '07
                    
                        Hi to all,
  Recently some bug reports were issued against Boost.Interprocess' 
condition variable. Since my multithreading skills are limited at best, 
I was wondering if Boost.Thread developers/threading experts would like 
to help on rewriting the condition variable.
Let me explain some issues:
Native vs. emulated condition vars
----------------------------------
Some POSIX systems have process-shared condition variables. In those 
systems interprocess_condition is a wrapper around pthread_cond_t. In 
the rest of platforms (including Windows and MacOS) an emulated 
condition variable is used.
Emulated condition vars
-----------------------
Emulated condition variables store integers and use atomic operations 
and busy waits/yields() to emulate process-shared condition variables. 
Reasons to use integers and busy waits are:
-> Independent from address mapping.
-> The condition variable should be compatible with memory mapped files. 
A user can map a file, build a condvar, unmap the file, reboot the 
system, map it again and continue working.
Since there is no atomic operations library in Boost I use my own atomic 
operations (taken from apache):
http://svn.boost.org/svn/boost/trunk/boost/interprocess/detail/atomic.hpp
The emulated condition variable is here:
http://svn.boost.org/svn/boost/trunk/boost/interprocess/sync/emulation/inte…
So if you are a thread expert, Boost.Interprocess users and I need your 
help to write a robust process-shared condition variable emulation.
Regards,
Ion
                    
                  
                  
                          
                            
                            5
                            
                          
                          
                            
                            15
                            
                          
                          
                            
    
                          
                        
                    
                    
                        Boost regression test failures
Report time: 2007-09-30T12:16:08Z
This report lists all regression test failures on release platforms.
Detailed report:
  http://boost.org/regression/trunk/developer/issues.html
The following platforms have a large number of failures:
  borland-5.6.4
  borland-5.8.2
  darwin-4.0.1
  msvc-8.0
2966 failures in 44 libraries (941 are from non-broken platforms)
  algorithm/string (0 of 2 failures are from non-broken platforms)
  asio (16 of 156 failures are from non-broken platforms)
  assign (0 of 2 failures are from non-broken platforms)
  bimap (142 of 298 failures are from non-broken platforms)
  bind (0 of 4 failures are from non-broken platforms)
  circular_buffer (1 of 3 failures are from non-broken platforms)
  concept_check (13 of 17 failures are from non-broken platforms)
  config (1 of 5 failures are from non-broken platforms)
  conversion (6 of 12 failures are from non-broken platforms)
  date_time (1 of 20 failures are from non-broken platforms)
  dynamic_bitset (2)
  filesystem (0 of 12 failures are from non-broken platforms)
  foreach (2)
  function (0 of 20 failures are from non-broken platforms)
  gil (6 of 8 failures are from non-broken platforms)
  graph (25 of 32 failures are from non-broken platforms)
  interprocess (309 of 520 failures are from non-broken platforms)
  intrusive (64 of 67 failures are from non-broken platforms)
  iostreams (0 of 2 failures are from non-broken platforms)
  lambda (1)
  math (0 of 1 failures are from non-broken platforms)
  mpl (1)
  multi_index (1 of 2 failures are from non-broken platforms)
  numeric/interval (0 of 3 failures are from non-broken platforms)
  optional (3 of 6 failures are from non-broken platforms)
  program_options (0 of 12 failures are from non-broken platforms)
  property_map (0 of 2 failures are from non-broken platforms)
  ptr_container (3 of 6 failures are from non-broken platforms)
  python (7 of 9 failures are from non-broken platforms)
  range (20 of 32 failures are from non-broken platforms)
  rational (0 of 2 failures are from non-broken platforms)
  regex (0 of 3 failures are from non-broken platforms)
  serialization (237 of 1495 failures are from non-broken platforms)
  signals (0 of 10 failures are from non-broken platforms)
  spirit (10 of 20 failures are from non-broken platforms)
  system (0 of 16 failures are from non-broken platforms)
  test (2)
  thread (0 of 26 failures are from non-broken platforms)
  tr1 (49 of 74 failures are from non-broken platforms)
  type_traits (1 of 5 failures are from non-broken platforms)
  typeof (0 of 25 failures are from non-broken platforms)
  utility (2)
  wave (8 of 14 failures are from non-broken platforms)
  xpressive (8 of 13 failures are from non-broken platforms)
Test failures marked with a (*) represent tests that failed on
platforms that are considered broken. They are likely caused by
misconfiguration by the regression tester or a failure in a core
library such as Test or Config.
|algorithm/string|
  split:  borland-5.6.4*  borland-5.8.2*
|asio|
  basic_datagram_socket:  borland-5.6.4*  borland-5.8.2*
  basic_datagram_socket_select:  borland-5.6.4*  borland-5.8.2*
  basic_deadline_timer:  borland-5.6.4*  borland-5.8.2*
  basic_deadline_timer_select:  borland-5.6.4*  borland-5.8.2*
  basic_socket_acceptor:  borland-5.6.4*  borland-5.8.2*
  basic_socket_acceptor_select:  borland-5.6.4*  borland-5.8.2*
  basic_stream_socket:  borland-5.6.4*  borland-5.8.2*
  basic_stream_socket_select:  borland-5.6.4*  borland-5.8.2*
  buffered_read_stream:  borland-5.6.4*  borland-5.8.2*
  buffered_read_stream_select:  borland-5.6.4*  borland-5.8.2*
  buffered_stream:  borland-5.6.4*  borland-5.8.2*
  buffered_stream_select:  borland-5.6.4*  borland-5.8.2*
  buffered_write_stream:  borland-5.6.4*  borland-5.8.2*
  buffered_write_stream_select:  borland-5.6.4*  borland-5.8.2*
  datagram_socket_service:  borland-5.6.4*  borland-5.8.2*
  datagram_socket_service_select:  borland-5.6.4*  borland-5.8.2*
  deadline_timer:  acc  borland-5.6.4*  borland-5.8.2*
  deadline_timer_select:  acc  borland-5.6.4*  borland-5.8.2*
  deadline_timer_service:  borland-5.6.4*  borland-5.8.2*
  deadline_timer_service_select:  borland-5.6.4*  borland-5.8.2*
  error:  borland-5.6.4*  borland-5.8.2*
  error_select:  borland-5.6.4*  borland-5.8.2*
  io_service:  borland-5.6.4*  borland-5.8.2*
  io_service_select:  borland-5.6.4*  borland-5.8.2*
  ip_address:  borland-5.6.4*  borland-5.8.2*
  ip_address_select:  borland-5.6.4*  borland-5.8.2*
  ip_address_v4:  acc  borland-5.6.4*  borland-5.8.2*
  ip_address_v4_select:  acc  borland-5.6.4*  borland-5.8.2*
  ip_address_v6:  acc  borland-5.6.4*  borland-5.8.2*
  ip_address_v6_select:  acc  borland-5.6.4*  borland-5.8.2*
  ip_basic_endpoint:  borland-5.6.4*  borland-5.8.2*
  ip_basic_endpoint_select:  borland-5.6.4*  borland-5.8.2*
  ip_basic_resolver:  borland-5.6.4*  borland-5.8.2*
  ip_basic_resolver_iterator:  borland-5.6.4*  borland-5.8.2*
  ip_basic_resolver_iterator_select:  borland-5.6.4*  borland-5.8.2*
  ip_basic_resolver_query:  borland-5.6.4*  borland-5.8.2*
  ip_basic_resolver_query_select:  borland-5.6.4*  borland-5.8.2*
  ip_basic_resolver_select:  borland-5.6.4*  borland-5.8.2*
  ip_host_name:  borland-5.6.4*  borland-5.8.2*
  ip_host_name_select:  borland-5.6.4*  borland-5.8.2*
  ip_multicast:  acc  borland-5.6.4*  borland-5.8.2*  hp_cxx-71_006_tru64
  ip_multicast_select:  acc  borland-5.6.4*  borland-5.8.2*  hp_cxx-71_006_tru64
  ip_resolver_service:  borland-5.6.4*  borland-5.8.2*
  ip_resolver_service_select:  borland-5.6.4*  borland-5.8.2*
  ip_tcp:  borland-5.6.4*  borland-5.8.2*
  ip_tcp_select:  borland-5.6.4*  borland-5.8.2*
  ip_udp:  borland-5.6.4*  borland-5.8.2*
  ip_udp_select:  borland-5.6.4*  borland-5.8.2*
  ip_unicast:  acc  borland-5.6.4*  borland-5.8.2*
  ip_unicast_select:  acc  borland-5.6.4*  borland-5.8.2*
  ip_v6_only:  acc  borland-5.6.4*  borland-5.8.2*
  ip_v6_only_select:  acc  borland-5.6.4*  borland-5.8.2*
  is_read_buffered:  borland-5.6.4*  borland-5.8.2*
  is_read_buffered_select:  borland-5.6.4*  borland-5.8.2*
  is_write_buffered:  borland-5.6.4*  borland-5.8.2*
  is_write_buffered_select:  borland-5.6.4*  borland-5.8.2*
  read:  borland-5.6.4*  borland-5.8.2*
  read_select:  borland-5.6.4*  borland-5.8.2*
  read_until:  borland-5.6.4*  borland-5.8.2*
  read_until_select:  borland-5.6.4*  borland-5.8.2*
  socket_acceptor_service:  borland-5.6.4*  borland-5.8.2*
  socket_acceptor_service_select:  borland-5.6.4*  borland-5.8.2*
  socket_base:  acc  borland-5.6.4*  borland-5.8.2*
  socket_base_select:  acc  borland-5.6.4*  borland-5.8.2*
  strand:  borland-5.6.4*  borland-5.8.2*
  strand_select:  borland-5.6.4*  borland-5.8.2*
  stream_socket_service:  borland-5.6.4*  borland-5.8.2*
  stream_socket_service_select:  borland-5.6.4*  borland-5.8.2*
  write:  borland-5.6.4*  borland-5.8.2*
  write_select:  borland-5.6.4*  borland-5.8.2*
|assign|
  static_list_of:  borland-5.6.4*  borland-5.8.2*
|bimap|
  assign:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0  sun-5.8  sun-5.8
  foreach:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  hp_cxx-71_006_tru64  intel-linux-9.0  sun-5.8  sun-5.8
  lambda:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0  sun-5.8  sun-5.8
  property_map:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0  sun-5.8  sun-5.8
  range:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0  sun-5.8  sun-5.8
  serialization:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0  sun-5.8  sun-5.8
  test_bimap_assign:  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0  sun-5.8  sun-5.8
  test_bimap_convenience_header:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0  sun-5.8  sun-5.8
  test_bimap_extra:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0  sun-5.8
  test_bimap_info:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  hp_cxx-71_006_tru64  intel-linux-9.0  sun-5.8  sun-5.8
  test_bimap_lambda:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0  sun-5.8  sun-5.8
  test_bimap_list_of:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0  sun-5.8
  test_bimap_modify:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0  sun-5.8  sun-5.8
  test_bimap_multiset_of:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0  sun-5.8
  test_bimap_mutable:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0  sun-5.8  sun-5.8
  test_bimap_operator_bracket:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0  sun-5.8  sun-5.8
  test_bimap_ordered:  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  hp_cxx-71_006_tru64  intel-linux-9.0  sun-5.8  sun-5.8
  test_bimap_project:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0  sun-5.8  sun-5.8
  test_bimap_property_map:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0  sun-5.8  sun-5.8
  test_bimap_range:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0  sun-5.8  sun-5.8
  test_bimap_sequenced:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0  sun-5.8  sun-5.8
  test_bimap_serialization:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0  sun-5.8  sun-5.8
  test_bimap_set_of:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0  sun-5.8
  test_bimap_unconstrained:  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0  sun-5.8  sun-5.8
  test_bimap_unordered:  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  hp_cxx-71_006_tru64  intel-linux-9.0  sun-5.8  sun-5.8
  test_bimap_unordered_multiset_of:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0  sun-5.8
  test_bimap_unordered_set_of:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0  sun-5.8
  test_bimap_vector_of:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0  sun-5.8
  test_mutant:  borland-5.6.4*  borland-5.8.2*
  test_mutant_relation:  borland-5.6.4*  borland-5.8.2*
  test_structured_pair:  borland-5.6.4*  borland-5.8.2*
  test_tagged:  borland-5.6.4*  borland-5.8.2*
  typeof:  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0  sun-5.8  sun-5.8
  xpressive:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0  sun-5.8  sun-5.8
|bind|
  bind_function_test:  borland-5.6.4*  borland-5.8.2*
  bind_placeholder_test:  borland-5.6.4*  borland-5.8.2*
|circular_buffer|
  base_test:  hp_cxx-71_006_tru64
  bounded_buffer_comparison:  borland-5.6.4*  borland-5.8.2*
|concept_check|
  class_concept_fail_expected:  sun-5.8  sun-5.8
  old_concept_class_fail:  borland-5.6.4*  borland-5.8.2*  gcc-3.3.6  sun-5.8  sun-5.8
  old_concept_function_fail:  borland-5.6.4*  borland-5.8.2*  gcc-3.3.6  sun-5.8  sun-5.8
  stl_concept_check:  hp_cxx-71_006_tru64
  usage_fail:  sun-5.8  sun-5.8
  where_fail:  sun-5.8  sun-5.8
|config|
  config_test:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*
  math_info:  borland-5.6.4*
|conversion|
  lexical_cast_loopback_test:  borland-5.6.4*  borland-5.8.2*  gcc-4.1.2_sunos_i86pc  msvc-7.1  msvc-8.0*  msvc-8.0*  sun-5.8  sun-5.8
  lexical_cast_test:  borland-5.6.4*  borland-5.8.2*  sun-5.8  sun-5.8
|date_time|
  testgreg_serialize:  borland-5.6.4*  borland-5.8.2*
  testgreg_serialize_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  testgreg_serialize_xml:  borland-5.6.4*  borland-5.8.2*
  testtime_serialize:  borland-5.6.4*  borland-5.8.2*
  testtime_serialize_std_config:  borland-5.6.4*  borland-5.8.2*
  testtime_serialize_xml:  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*
  testtime_serialize_xml_std_config:  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*
|dynamic_bitset|
  dyn_bitset_unit_tests3:  hp_cxx-71_006_tru64
  dyn_bitset_unit_tests4:  sun-5.8
|filesystem|
  convenience_test:  borland-5.6.4*  borland-5.8.2*
  fstream_test:  borland-5.6.4*  borland-5.8.2*
  large_file_support_test:  borland-5.6.4*  borland-5.8.2*
  operations_test:  borland-5.6.4*  borland-5.8.2*
  path_test:  borland-5.6.4*  borland-5.8.2*
  simple_ls:  borland-5.6.4*  borland-5.8.2*
|foreach|
  array_byref:  msvc-7.1
  array_byval:  msvc-7.1
|function|
  allocator_test:  borland-5.6.4*  borland-5.8.2*
  contains2_test:  borland-5.6.4*  borland-5.8.2*
  contains_test:  borland-5.6.4*  borland-5.8.2*
  function_arith_portable:  borland-5.6.4*  borland-5.8.2*
  function_n_test:  borland-5.6.4*  borland-5.8.2*
  function_ref_portable:  borland-5.6.4*  borland-5.8.2*
  mem_fun_portable:  borland-5.6.4*  borland-5.8.2*
  stateless_test:  borland-5.6.4*  borland-5.8.2*
  std_bind_portable:  borland-5.6.4*  borland-5.8.2*
  sum_avg_portable:  borland-5.6.4*  borland-5.8.2*
|gil|
  main:  acc  borland-5.6.4*  borland-5.8.2*  gcc-3.3.6  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  sun-5.8  sun-5.8
|graph|
  all_planar_input_files_test:  sun-5.8  sun-5.8
  basic_planarity_test:  sun-5.8  sun-5.8
  csr_graph_test:  msvc-7.1
  cycle_ratio_tests:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0  msvc-7.1  msvc-8.0*  msvc-8.0*  sun-5.8  sun-5.8
  graphml_test:  msvc-8.0*
  graphviz_test:  msvc-8.0*
  kolmogorov_max_flow_test:  acc  hp_cxx-71_006_tru64
  make_biconnected_planar_test:  sun-5.8  sun-5.8
  make_maximal_planar_test:  sun-5.8  sun-5.8
  max_flow_test:  acc  hp_cxx-71_006_tru64
  parallel_edges_loops_test:  sun-5.8  sun-5.8
  transitive_closure_test:  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64
|interprocess|
  adaptive_node_pool_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  adaptive_pool_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  alloc_example:  intel-linux-9.0
  allocexcept_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  cached_adaptive_pool_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  cached_node_allocator_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  condition_test:  acc  darwin-4.0.1*  darwin-4.0.1*  hp_cxx-71_006_tru64
  data_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  deque_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_adaptive_pool:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_allocator:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_anonymous_conditionA:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_anonymous_conditionB:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_anonymous_mutexA:  hp_cxx-71_006_tru64
  doc_anonymous_mutexB:  hp_cxx-71_006_tru64
  doc_anonymous_semaphoreA:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_anonymous_semaphoreB:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_anonymous_upgradable_mutexA:  hp_cxx-71_006_tru64
  doc_anonymous_upgradable_mutexB:  hp_cxx-71_006_tru64
  doc_bufferstream:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_cached_adaptive_pool:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_cached_node_allocator:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_cont:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_contA:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_contB:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_intrusive:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_ipc_messageA:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_ipc_messageB:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_managed_aligned_allocation:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_managed_allocation_command:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_managed_construction_info:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_managed_external_buffer:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_managed_heap_memory:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_managed_mapped_file:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_managed_multiple_allocation:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_managed_raw_allocation:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_map:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_message_queueA:  acc  hp_cxx-71_006_tru64
  doc_message_queueB:  acc  hp_cxx-71_006_tru64
  doc_move_containers:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_named_allocA:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_named_allocB:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_named_conditionA:  intel-linux-9.0
  doc_named_conditionB:  intel-linux-9.0
  doc_named_mutex:  acc  hp_cxx-71_006_tru64
  doc_node_allocator:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_offset_ptr:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_private_adaptive_pool:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_private_node_allocator:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_scoped_ptr:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_shared_memory:  hp_cxx-71_006_tru64
  doc_shared_memory2:  hp_cxx-71_006_tru64
  doc_shared_ptr:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64
  doc_shared_ptr_explicit:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64
  doc_unique_ptr:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64
  doc_vectorstream:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_where_allocate:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  file_lock_test:  msvc-7.1  msvc-8.0*
  file_mapping_test:  acc
  flat_map_index_allocation_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  flat_tree_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  intrusive_ptr_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  iset_index_allocation_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  iunordered_set_index_allocation_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  list_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  managed_mapped_file_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  map_index_allocation_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  mapped_file_test:  acc  hp_cxx-71_006_tru64
  memory_algorithm_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  message_queue_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  mutex_test:  hp_cxx-71_006_tru64
  named_alloc_example:  intel-linux-9.0
  named_condition_test:  acc  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  named_mutex_test:  acc  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64
  named_recursive_mutex_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  hp_cxx-71_006_tru64  intel-linux-9.0
  named_semaphore_test:  acc  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64
  named_upgradable_mutex_test:  acc  hp_cxx-71_006_tru64
  node_allocator_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  node_pool_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64
  null_index_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  private_adaptive_pool_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  private_node_allocator_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  process_a_example:  intel-linux-9.0
  process_a_fixed_example:  intel-linux-9.0  msvc-7.1
  process_b_example:  intel-linux-9.0
  process_b_fixed_example:  intel-linux-9.0
  recursive_mutex_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  hp_cxx-71_006_tru64  intel-linux-9.0
  semaphore_test:  acc  hp_cxx-71_006_tru64
  shared_memory_mapping_test:  hp_cxx-71_006_tru64
  shared_memory_test:  acc  hp_cxx-71_006_tru64
  shared_ptr_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  slist_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  string_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  tree_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  unique_ptr_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  upgradable_mutex_test:  acc  darwin-4.0.1*  darwin-4.0.1*  hp_cxx-71_006_tru64
  user_buffer_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  vector_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
|intrusive|
  custom_bucket_traits_test:  hp_cxx-71_006_tru64
  default_hook_test:  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64
  doc_advanced_value_traits:  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_advanced_value_traits2:  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_assoc_optimized_code:  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_auto_unlink:  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_bucket_traits:  hp_cxx-71_006_tru64
  doc_clone_from:  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_entity:  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_erasing_and_disposing:  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_external_value_traits:  hp_cxx-71_006_tru64
  doc_how_to_use:  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_iterator_from_value:  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_list:  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_offset_ptr:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_set:  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_slist:  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_stateful_value_traits:  hp_cxx-71_006_tru64
  doc_unordered_set:  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_value_traits:  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_window:  hp_cxx-71_006_tru64  intel-linux-9.0
  external_value_traits_test:  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64
  list_test:  hp_cxx-71_006_tru64  intel-linux-9.0
  make_functions_test:  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64
  multiset_test:  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  set_test:  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  slist_test:  hp_cxx-71_006_tru64  intel-linux-9.0
  stateful_value_traits_test:  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64
  unordered_multiset_test:  hp_cxx-71_006_tru64  intel-linux-9.0
  unordered_set_test:  hp_cxx-71_006_tru64  intel-linux-9.0
  virtual_base_test:  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64
|iostreams|
  regex_filter_test:  borland-5.6.4*  borland-5.8.2*
|lambda|
  operator_tests_simple:  msvc-7.1
|math|
  common_factor_test:  borland-5.8.2*
|mpl|
  apply:  gcc-4.1.2_sunos_i86pc
|multi_index|
  test_modifiers:  msvc-7.1  msvc-8.0*
|numeric/interval|
  mul:  darwin-4.0.1*
  overflow:  darwin-4.0.1*
  pi:  darwin-4.0.1*
|optional|
  optional_test:  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64
  optional_test_inplace:  hp_cxx-71_006_tru64
|program_options|
  cmdline_test:  borland-5.6.4*  borland-5.8.2*
  cmdline_test_dll:  borland-5.6.4*  borland-5.8.2*
  parsers_test:  borland-5.6.4*  borland-5.8.2*
  parsers_test_dll:  borland-5.6.4*  borland-5.8.2*
  variable_map_test:  borland-5.6.4*  borland-5.8.2*
  variable_map_test_dll:  borland-5.6.4*  borland-5.8.2*
|property_map|
  dynamic_properties_test:  borland-5.6.4*  borland-5.8.2*
|ptr_container|
  serialization:  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  sun-5.8  sun-5.8
|python|
  bases:  intel-linux-9.0
  exec:  gcc-4.1.2_sunos_i86pc  intel-linux-9.0
  import_:  intel-linux-9.0  msvc-7.1  msvc-8.0*  msvc-8.0*
  pointee:  intel-linux-9.0
  upcast:  intel-linux-9.0
|range|
  array:  msvc-7.1
  iterator_range:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0  msvc-7.1  msvc-8.0*  msvc-8.0*  sun-5.8  sun-5.8
  reversible_range:  msvc-7.1
  string:  hp_cxx-71_006_tru64  msvc-7.1
  sub_range:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0  msvc-7.1  sun-5.8  sun-5.8
|rational|
  rational_test:  borland-5.6.4*  borland-5.8.2*
|regex|
  regex_regress_threaded:  darwin-4.0.1*
  static_mutex_test:  borland-5.6.4*  borland-5.8.2*
|serialization|
  test_array_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_array_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_array_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_array_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_array_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_array_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_array_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_array_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_array_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_array_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_binary_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_binary_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_binary_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_binary_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_binary_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_binary_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_binary_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_binary_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_binary_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_binary_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_class_info_load_binary_archive_dll:  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_class_info_load_text_archive_dll:  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_class_info_load_text_warchive_dll:  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_class_info_load_xml_archive_dll:  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_class_info_load_xml_warchive_dll:  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_class_info_save_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_class_info_save_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_class_info_save_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_class_info_save_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_class_info_save_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_class_info_save_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_class_info_save_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_class_info_save_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_class_info_save_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_class_info_save_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_contained_class_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_contained_class_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_contained_class_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_contained_class_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_contained_class_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_contained_class_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_contained_class_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_contained_class_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_contained_class_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_contained_class_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_cyclic_ptrs_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_cyclic_ptrs_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_cyclic_ptrs_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_cyclic_ptrs_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_cyclic_ptrs_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_cyclic_ptrs_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_cyclic_ptrs_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_cyclic_ptrs_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_cyclic_ptrs_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_cyclic_ptrs_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_delete_pointer_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_delete_pointer_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_delete_pointer_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_delete_pointer_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_delete_pointer_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_delete_pointer_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_delete_pointer_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_delete_pointer_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_delete_pointer_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_delete_pointer_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_demo:  borland-5.6.4*  borland-5.8.2*
  test_demo_auto_ptr:  borland-5.6.4*  borland-5.8.2*
  test_demo_auto_ptr_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_demo_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_demo_exception:  borland-5.6.4*  borland-5.8.2*
  test_demo_exception_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_demo_fast_archive:  borland-5.6.4*  borland-5.8.2*
  test_demo_fast_archive_dll:  borland-5.6.4*  borland-5.8.2*
  test_demo_pimpl:  borland-5.6.4*  borland-5.8.2*
  test_demo_pimpl_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_demo_polymorphic:  borland-5.6.4*  borland-5.8.2*
  test_demo_polymorphic_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_demo_portable_archive:  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*
  test_demo_portable_archive_dll:  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*
  test_demo_shared_ptr:  borland-5.6.4*  borland-5.8.2*
  test_demo_shared_ptr_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_demo_xml:  borland-5.6.4*  borland-5.8.2*
  test_demo_xml_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_demo_xml_load_dll:  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_demo_xml_save:  borland-5.6.4*  borland-5.8.2*
  test_demo_xml_save_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_deque_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_deque_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_deque_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_deque_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_deque_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_deque_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_deque_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_deque_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_deque_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_deque_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_derived_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_derived_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_derived_class_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_derived_class_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_derived_class_ptr_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_derived_class_ptr_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_derived_class_ptr_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_derived_class_ptr_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_derived_class_ptr_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_derived_class_ptr_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_derived_class_ptr_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_derived_class_ptr_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_derived_class_ptr_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_derived_class_ptr_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_derived_class_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_derived_class_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_derived_class_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_derived_class_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_derived_class_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_derived_class_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_derived_class_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_derived_class_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_derived_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_derived_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_derived_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_derived_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_derived_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_derived_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_derived_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_derived_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_diamond_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_diamond_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_diamond_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_diamond_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_diamond_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_diamond_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_diamond_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_diamond_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_diamond_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_diamond_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_exported_binary_archive:  borland-5.6.4*  borland-5.8.2*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64
  test_exported_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_exported_text_archive:  borland-5.6.4*  borland-5.8.2*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64
  test_exported_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_exported_text_warchive:  borland-5.6.4*  borland-5.8.2*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64
  test_exported_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_exported_xml_archive:  borland-5.6.4*  borland-5.8.2*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64
  test_exported_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_exported_xml_warchive:  borland-5.6.4*  borland-5.8.2*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64
  test_exported_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_list_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_list_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_list_ptrs_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_list_ptrs_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_list_ptrs_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_list_ptrs_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_list_ptrs_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_list_ptrs_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_list_ptrs_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_list_ptrs_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_list_ptrs_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_list_ptrs_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_list_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_list_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_list_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_list_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_list_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_list_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_list_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_list_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_map_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_map_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_map_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_map_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_map_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_map_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_map_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_map_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_map_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_map_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_mi_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_mi_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_mi_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_mi_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_mi_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_mi_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_mi_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_mi_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_mi_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_mi_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_mult_archive_types:  borland-5.6.4*  borland-5.8.2*
  test_mult_archive_types_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_multiple_ptrs_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_multiple_ptrs_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_multiple_ptrs_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_multiple_ptrs_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_multiple_ptrs_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_multiple_ptrs_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_multiple_ptrs_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_multiple_ptrs_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_multiple_ptrs_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_multiple_ptrs_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_no_rtti_binary_archive_dll:  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_no_rtti_text_archive_dll:  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_no_rtti_text_warchive_dll:  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_no_rtti_xml_archive_dll:  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_no_rtti_xml_warchive_dll:  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_non_default_ctor2_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_non_default_ctor2_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_non_default_ctor2_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_non_default_ctor2_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_non_default_ctor2_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_non_default_ctor2_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_non_default_ctor2_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_non_default_ctor2_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_non_default_ctor2_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_non_default_ctor2_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_non_default_ctor_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_non_default_ctor_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_non_default_ctor_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_non_default_ctor_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_non_default_ctor_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_non_default_ctor_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_non_default_ctor_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_non_default_ctor_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_non_default_ctor_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_non_default_ctor_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_non_intrusive_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_non_intrusive_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_non_intrusive_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_non_intrusive_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_non_intrusive_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_non_intrusive_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_non_intrusive_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_non_intrusive_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_non_intrusive_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_non_intrusive_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_null_ptr_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_null_ptr_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_null_ptr_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_null_ptr_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_null_ptr_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_null_ptr_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_null_ptr_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_null_ptr_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_null_ptr_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_null_ptr_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_nvp_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_nvp_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_nvp_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_nvp_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_nvp_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_nvp_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_nvp_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_nvp_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_nvp_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_nvp_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_object_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_object_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_object_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_object_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_object_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_object_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_object_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_object_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_object_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_object_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_optional_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_optional_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_optional_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_optional_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_optional_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_optional_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_optional_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_optional_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_optional_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_optional_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_polymorphic_binary_archive:  borland-5.6.4*  borland-5.8.2*  msvc-8.0*
  test_polymorphic_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_polymorphic_text_archive:  borland-5.6.4*  borland-5.8.2*  msvc-8.0*
  test_polymorphic_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_polymorphic_text_warchive:  borland-5.6.4*  borland-5.8.2*  msvc-8.0*
  test_polymorphic_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_polymorphic_xml_archive:  borland-5.6.4*  borland-5.8.2*  msvc-8.0*
  test_polymorphic_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_polymorphic_xml_warchive:  borland-5.6.4*  borland-5.8.2*  msvc-8.0*
  test_polymorphic_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_primitive_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_primitive_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_primitive_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_primitive_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_primitive_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_primitive_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_primitive_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_primitive_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_primitive_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_primitive_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_private_ctor:  borland-5.6.4*  borland-5.8.2*
  test_private_ctor_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_recursion_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_recursion_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_recursion_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_recursion_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_recursion_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_recursion_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_recursion_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_recursion_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_recursion_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_recursion_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_registered_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_registered_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_registered_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_registered_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_registered_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_registered_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_registered_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_registered_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_registered_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_registered_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_reset_object_address:  borland-5.6.4*  borland-5.8.2*
  test_reset_object_address_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_set_binary_archive:  borland-5.8.2*
  test_set_binary_archive_dll:  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_set_text_archive:  borland-5.8.2*
  test_set_text_archive_dll:  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_set_text_warchive:  borland-5.8.2*
  test_set_text_warchive_dll:  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_set_xml_archive:  borland-5.8.2*
  test_set_xml_archive_dll:  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_set_xml_warchive:  borland-5.8.2*
  test_set_xml_warchive_dll:  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_shared_ptr_132_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_shared_ptr_132_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_shared_ptr_132_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_shared_ptr_132_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_shared_ptr_132_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_shared_ptr_132_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_shared_ptr_132_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_shared_ptr_132_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_shared_ptr_132_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_shared_ptr_132_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_shared_ptr_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_shared_ptr_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_shared_ptr_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_shared_ptr_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_shared_ptr_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_shared_ptr_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_shared_ptr_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_shared_ptr_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_shared_ptr_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_shared_ptr_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_simple_class_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_simple_class_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_simple_class_ptr_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_simple_class_ptr_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_simple_class_ptr_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_simple_class_ptr_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_simple_class_ptr_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_simple_class_ptr_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_simple_class_ptr_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_simple_class_ptr_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_simple_class_ptr_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_simple_class_ptr_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_simple_class_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_simple_class_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_simple_class_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_simple_class_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_simple_class_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_simple_class_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_simple_class_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_simple_class_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_split_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_split_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_split_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_split_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_split_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_split_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_split_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_split_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_split_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_split_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_tracking_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_tracking_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_tracking_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_tracking_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_tracking_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_tracking_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_tracking_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_tracking_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_tracking_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_tracking_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_unregistered_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_unregistered_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_unregistered_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_unregistered_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_unregistered_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_unregistered_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_unregistered_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_unregistered_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_unregistered_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_unregistered_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_valarray_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_valarray_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_valarray_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_valarray_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_valarray_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_valarray_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_valarray_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_valarray_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_valarray_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_valarray_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_variant_binary_archive:  borland-5.6.4*
  test_variant_binary_archive_dll:  borland-5.6.4*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_variant_text_archive:  borland-5.6.4*
  test_variant_text_archive_dll:  borland-5.6.4*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_variant_text_warchive:  borland-5.6.4*
  test_variant_text_warchive_dll:  borland-5.6.4*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_variant_xml_archive:  borland-5.6.4*
  test_variant_xml_archive_dll:  borland-5.6.4*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_variant_xml_warchive:  borland-5.6.4*
  test_variant_xml_warchive_dll:  borland-5.6.4*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_vector_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_vector_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_vector_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_vector_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_vector_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_vector_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_vector_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_vector_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_vector_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_vector_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_void_cast:  borland-5.6.4*  borland-5.8.2*
  test_void_cast_dll:  borland-5.6.4*  borland-5.8.2*
|signals|
  dead_slot_test:  borland-5.6.4*  borland-5.8.2*
  deletion_test:  borland-5.6.4*  borland-5.8.2*
  ordering_test:  borland-5.6.4*  borland-5.8.2*
  signal_n_test:  borland-5.6.4*  borland-5.8.2*
  trackable_test:  borland-5.6.4*  borland-5.8.2*
|spirit|
  mix_and_match_trees:  sun-5.8  sun-5.8
  numerics_tests:  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  gcc-4.1.2_sunos_i86pc  intel-linux-9.0  msvc-7.1  msvc-8.0*  msvc-8.0*
  numerics_tests_debug:  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  gcc-4.1.2_sunos_i86pc  intel-linux-9.0  msvc-7.1  msvc-8.0*  msvc-8.0*
|system|
  error_code_test:  borland-5.6.4*  borland-5.8.2*
  error_code_test_dll:  borland-5.6.4*  borland-5.8.2*
  error_code_user_test:  borland-5.6.4*  borland-5.8.2*
  error_code_user_test_dll:  borland-5.6.4*  borland-5.8.2*
  header_only_test:  borland-5.6.4*  borland-5.8.2*
  initialization_test:  borland-5.6.4*  borland-5.8.2*
  system_error_test:  borland-5.6.4*  borland-5.8.2*
  system_error_test_dll:  borland-5.6.4*  borland-5.8.2*
|test|
  boost_check_equal_str:  sun-5.8  sun-5.8
|thread|
  test_barrier:  borland-5.6.4*  borland-5.8.2*
  test_barrier_lib:  borland-5.6.4*  borland-5.8.2*
  test_condition:  borland-5.6.4*  borland-5.8.2*
  test_condition_lib:  borland-5.6.4*  borland-5.8.2*
  test_mutex:  borland-5.6.4*  borland-5.8.2*
  test_mutex_lib:  borland-5.6.4*  borland-5.8.2*
  test_once:  borland-5.6.4*  borland-5.8.2*
  test_once_lib:  borland-5.6.4*  borland-5.8.2*
  test_read_write_mutex:  borland-5.6.4*  borland-5.8.2*
  test_read_write_mutex_lib:  borland-5.6.4*  borland-5.8.2*
  test_thread:  borland-5.6.4*  borland-5.8.2*
  test_thread_lib:  borland-5.6.4*  borland-5.8.2*
  test_tss:  borland-5.6.4*  borland-5.8.2*
|tr1|
  std_run_complex_overloads:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  hp_cxx-71_006_tru64  intel-linux-9.0
  std_run_random:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  hp_cxx-71_006_tru64  intel-linux-9.0
  std_test_regex:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  hp_cxx-71_006_tru64  intel-linux-9.0
  std_test_shared_ptr:  borland-5.8.2*
  std_test_tr1_include:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  hp_cxx-71_006_tru64  intel-linux-9.0  sun-5.8
  std_test_tuple:  acc  darwin-4.0.1*  gcc-3.3.6  hp_cxx-71_006_tru64  intel-linux-9.0  sun-5.8
  std_test_tuple_tricky:  acc  darwin-4.0.1*  gcc-3.3.6  hp_cxx-71_006_tru64  intel-linux-9.0  sun-5.8  sun-5.8
  test_shared_ptr:  borland-5.8.2*
  test_tr1_include:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  hp_cxx-71_006_tru64  intel-linux-9.0  sun-5.8
  test_tuple:  acc  darwin-4.0.1*  gcc-3.3.6  hp_cxx-71_006_tru64  intel-linux-9.0  sun-5.8
  test_tuple_tricky:  acc  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  hp_cxx-71_006_tru64  intel-linux-9.0  sun-5.8  sun-5.8
  test_utility_std_header:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  hp_cxx-71_006_tru64  intel-linux-9.0  sun-5.8
|type_traits|
  make_signed_test:  borland-5.6.4*  borland-5.8.2*
  make_unsigned_test:  borland-5.6.4*  borland-5.8.2*
  promote_basic_test:  hp_cxx-71_006_tru64
|typeof|
  data_member_emulation:  borland-5.6.4*
  function_binding_emulation:  borland-5.6.4*  borland-5.8.2*
  function_emulation:  borland-5.6.4*  borland-5.8.2*
  function_ptr_emulation:  borland-5.6.4*
  function_ptr_from_tpl_emulation:  borland-5.6.4*  borland-5.8.2*
  function_ref_emulation:  borland-5.6.4*
  member_function_emulation:  borland-5.6.4*
  modifiers_emulation:  borland-5.6.4*  borland-5.8.2*
  nested_typedef_emulation:  borland-5.6.4*  borland-5.8.2*
  noncopyable_emulation:  borland-5.6.4*
  odr_emulation:  borland-5.6.4*
  odr_no_uns:  borland-5.6.4*
  std_emulation:  borland-5.6.4*
  template_dependent_emulation:  borland-5.6.4*
  template_enum_emulation:  borland-5.6.4*
  template_int_emulation:  borland-5.6.4*
  template_multiword_emulation:  borland-5.6.4*
  template_tpl_emulation:  borland-5.6.4*
  template_type_emulation:  borland-5.6.4*
  type_emulation:  borland-5.6.4*
|utility|
  result_of_test:  sun-5.8  sun-5.8
|wave|
  test_re2c_lexer:  msvc-7.1  msvc-8.0*
  test_slex_lexer:  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0  msvc-7.1  msvc-8.0*  msvc-8.0*
  testwave_dll:  sun-5.8  sun-5.8
|xpressive|
  c_traits:  hp_cxx-71_006_tru64
  regress:  hp_cxx-71_006_tru64
  test_actions:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0
  test_symbols:  acc  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0
                    
                  
                  
                          
                            
                            1
                            
                          
                          
                            
                            0
                            
                          
                          
                            
    
                          
                        
                    
                    
                        Hallo,
I just entered the following: http://svn.boost.org/trac/boost/ticket/1292
This is a patch that adjusts CodeGear/Borland workarounds for the latest 
release of their compiler. I can commit it myself if it's OK for you.
Cheers,
Nicola
-- 
Nicola.Musatti <at> gmail <dot> com
Home: http://nicola.musatti.googlepages.com/home
Blog: http://wthwdik.wordpress.com/
                    
                  
                  
                          
                            
                            1
                            
                          
                          
                            
                            0
                            
                          
                          
                            
    
                          
                        
                    
                    
                        When I use some classes in boost, I have experienced 
my Visual C++ 2005 IntelliSense stops working.
For example, the following code makes IntelliSense crushed.
----------------- cut here ---------------------
#include <iostream>
#include <boost/filesystem/path.hpp>
int main(int argv, char** argv) {
       .....
   std:: <==========IntelliSense works
   boost::filesystem::path p;
   p.    <==========IntelliSense doesn't work
   std:: <==========IntelliSense doesn't work
---------------- cut here -----------------------
I have examined codes which cause IntelliSense crush
and have noticed that `an inner class (a class in other class)'
confuses IntelliSense.  In the case of boost::filesystem::path,
class boost::filesystem::basic_path::iterator is the cause.
When I moved the definition of `class iterator' 
out of `class basic_path', IntelliSense works.
While typing the code above, InteliSense works.
----------------- cut here ------------------
    boost::filesystem::path p("xyz/a.txt");
    boost::filesystem::path::iterator i;
    i = p.begin();
    std::cout << p.string() << std::endl;
    std::cout << *i << std::endl;
    ++i;
    std::cout << *i << std::endl;
----------------- cut here -----------------
I wonder that which is appropriate to post this message 
for developer's list or user's list. I found some 
messages in user's list but I couldn't find workaround.
So I decided to post it to this list.
I also know that this post is annoying for non Visual C++ users.
So I apologise in advance.
---------
Takashi SASAKI
tsasaki99(a)yahoo.co.jp
sasaki(a)cite.ehime-u.ac.jp
http://www.windy.cx/
--------------------------------------
Easy + Joy + Powerful = Yahoo! Bookmarks x Toolbar
http://pr.mail.yahoo.co.jp/toolbar/
                    
                  
                  
                          
                            
                            2
                            
                          
                          
                            
                            1
                            
                          
                          
                            
    
                          
                        
                    
                    
                        * What is your evaluation of the design?
* What is your evaluation of the implementation?
Adequate
* What is your evaluation of the documentation?
Needs a better motivating discussion as to how this library improves
upon std::exception.  Maybe a "best-practices" section
could illustrate a few common scenerios.
* What is your evaluation of the potential usefulness
of the library?
High
* Did you try to use the library? With what compiler?
Did you have any problems?
Compiled fine on my gcc 4.1x compiler.
* How much effort did you put into your evaluation?
A glance? A quick reading? In-depth study?
2 hours.  It took me hardly any time getting up to speed on this
library and it works as advertised.
* Are you knowledgeable about the problem domain?
I'm a long time user of "std::exception".
*should this library be approved as a boost library?
Count me as a "yes" vote.  Thanks to the author.
                    
                  
                  
                          
                            
                            1
                            
                          
                          
                            
                            0
                            
                          
                          
                            
    
                          
                        
                    
                    
                        The following simple problem produces an error when compiling with VC8+SP1
on Windows:
#include <vector>
#include <boost/range/sub_range.hpp>
int main(int argc, char* argv[])
{
    typedef std::vector< int > VectorType;
    VectorType v;
    boost::sub_range< VectorType > range;
    boost::sub_range< VectorType > range1;
    range = range1;
	return 0;
}
boost\boost\range\iterator_range.hpp(60) : error C2440:
'<function-style-cast>' : cannot convert from
'std::_Vector_const_iterator<_Ty,_Alloc>' to
'std::_Vector_iterator<_Ty,_Alloc>'
1>        with
1>        [
1>            _Ty=int,
1>            _Alloc=std::allocator<int>
1>        ]
1> No constructor could take the source type, or constructor overload
resolution was ambiguous
This happens with both 1.34.1 and trunk but 1.33 is OK.
Regards,
Sean
                    
                  
                  
                          
                            
                            3
                            
                          
                          
                            
                            4
                            
                          
                          
                            
    
                          
                        
                     
                        
                    29 Sep '07
                    
                        A bunch of xpressive's tests are failing because Fusion is not finding 
its own headers. I'm a bit at a loss as to what the problem could be, 
since the files in question are there on *my* machine, but they appear 
to be missing on a number of the regression testers' machines. For instance:
OSL-V2:
http://tinyurl.com/29d44y
"../boost/fusion/sequence/view/iterator_range/iterator_range.hpp:16:78: 
error: 
boost/fusion/sequence/view/iterator_range/detail/value_at_impl.hpp: No 
such file or directory"
HP-UX_ia64_aCC:
http://tinyurl.com/2f4pro
"../boost/fusion/sequence/view/iterator_range/iterator_range.hpp", line 
16: error #2005-D: could not open source file 
"boost/fusion/sequence/view/iterator_range/detail/value_at_impl.hpp"
   #include 
<boost/fusion/sequence/view/iterator_range/detail/value_at_impl.hpp>
What could be causing this?
--
Eric Niebler
Boost Consulting
www.boost-consulting.com
                    
                  
                  
                          
                            
                            1
                            
                          
                          
                            
                            0
                            
                          
                          
                            
    
                          
                        
                    
                    
                        Boost regression test failures
Report time: 2007-09-29T10:15:24Z
This report lists all regression test failures on release platforms.
Detailed report:
  http://boost.org/regression/trunk/developer/issues.html
The following platforms have a large number of failures:
  borland-5.6.4
  borland-5.8.2
  darwin-4.0.1
  msvc-8.0
2986 failures in 44 libraries (948 are from non-broken platforms)
  algorithm/string (0 of 2 failures are from non-broken platforms)
  asio (16 of 156 failures are from non-broken platforms)
  assign (0 of 2 failures are from non-broken platforms)
  bimap (142 of 298 failures are from non-broken platforms)
  bind (0 of 4 failures are from non-broken platforms)
  circular_buffer (1 of 3 failures are from non-broken platforms)
  concept_check (13 of 17 failures are from non-broken platforms)
  config (1 of 5 failures are from non-broken platforms)
  conversion (6 of 12 failures are from non-broken platforms)
  date_time (1 of 20 failures are from non-broken platforms)
  dynamic_bitset (2)
  filesystem (0 of 12 failures are from non-broken platforms)
  foreach (2)
  function (0 of 20 failures are from non-broken platforms)
  gil (5 of 7 failures are from non-broken platforms)
  graph (25 of 32 failures are from non-broken platforms)
  interprocess (317 of 528 failures are from non-broken platforms)
  intrusive (64 of 67 failures are from non-broken platforms)
  iostreams (0 of 2 failures are from non-broken platforms)
  lambda (1)
  math (0 of 1 failures are from non-broken platforms)
  mpl (1)
  multi_index (1 of 2 failures are from non-broken platforms)
  numeric/interval (0 of 3 failures are from non-broken platforms)
  optional (3 of 6 failures are from non-broken platforms)
  program_options (0 of 12 failures are from non-broken platforms)
  property_map (0 of 2 failures are from non-broken platforms)
  ptr_container (3 of 6 failures are from non-broken platforms)
  python (7 of 9 failures are from non-broken platforms)
  range (20 of 32 failures are from non-broken platforms)
  rational (0 of 2 failures are from non-broken platforms)
  regex (0 of 3 failures are from non-broken platforms)
  serialization (237 of 1495 failures are from non-broken platforms)
  signals (0 of 10 failures are from non-broken platforms)
  spirit (10 of 20 failures are from non-broken platforms)
  system (0 of 16 failures are from non-broken platforms)
  test (2)
  thread (0 of 26 failures are from non-broken platforms)
  tr1 (49 of 73 failures are from non-broken platforms)
  type_traits (1 of 5 failures are from non-broken platforms)
  typeof (0 of 40 failures are from non-broken platforms)
  utility (2)
  wave (8 of 14 failures are from non-broken platforms)
  xpressive (8 of 12 failures are from non-broken platforms)
Test failures marked with a (*) represent tests that failed on
platforms that are considered broken. They are likely caused by
misconfiguration by the regression tester or a failure in a core
library such as Test or Config.
|algorithm/string|
  split:  borland-5.6.4*  borland-5.8.2*
|asio|
  basic_datagram_socket:  borland-5.6.4*  borland-5.8.2*
  basic_datagram_socket_select:  borland-5.6.4*  borland-5.8.2*
  basic_deadline_timer:  borland-5.6.4*  borland-5.8.2*
  basic_deadline_timer_select:  borland-5.6.4*  borland-5.8.2*
  basic_socket_acceptor:  borland-5.6.4*  borland-5.8.2*
  basic_socket_acceptor_select:  borland-5.6.4*  borland-5.8.2*
  basic_stream_socket:  borland-5.6.4*  borland-5.8.2*
  basic_stream_socket_select:  borland-5.6.4*  borland-5.8.2*
  buffered_read_stream:  borland-5.6.4*  borland-5.8.2*
  buffered_read_stream_select:  borland-5.6.4*  borland-5.8.2*
  buffered_stream:  borland-5.6.4*  borland-5.8.2*
  buffered_stream_select:  borland-5.6.4*  borland-5.8.2*
  buffered_write_stream:  borland-5.6.4*  borland-5.8.2*
  buffered_write_stream_select:  borland-5.6.4*  borland-5.8.2*
  datagram_socket_service:  borland-5.6.4*  borland-5.8.2*
  datagram_socket_service_select:  borland-5.6.4*  borland-5.8.2*
  deadline_timer:  acc  borland-5.6.4*  borland-5.8.2*
  deadline_timer_select:  acc  borland-5.6.4*  borland-5.8.2*
  deadline_timer_service:  borland-5.6.4*  borland-5.8.2*
  deadline_timer_service_select:  borland-5.6.4*  borland-5.8.2*
  error:  borland-5.6.4*  borland-5.8.2*
  error_select:  borland-5.6.4*  borland-5.8.2*
  io_service:  borland-5.6.4*  borland-5.8.2*
  io_service_select:  borland-5.6.4*  borland-5.8.2*
  ip_address:  borland-5.6.4*  borland-5.8.2*
  ip_address_select:  borland-5.6.4*  borland-5.8.2*
  ip_address_v4:  acc  borland-5.6.4*  borland-5.8.2*
  ip_address_v4_select:  acc  borland-5.6.4*  borland-5.8.2*
  ip_address_v6:  acc  borland-5.6.4*  borland-5.8.2*
  ip_address_v6_select:  acc  borland-5.6.4*  borland-5.8.2*
  ip_basic_endpoint:  borland-5.6.4*  borland-5.8.2*
  ip_basic_endpoint_select:  borland-5.6.4*  borland-5.8.2*
  ip_basic_resolver:  borland-5.6.4*  borland-5.8.2*
  ip_basic_resolver_iterator:  borland-5.6.4*  borland-5.8.2*
  ip_basic_resolver_iterator_select:  borland-5.6.4*  borland-5.8.2*
  ip_basic_resolver_query:  borland-5.6.4*  borland-5.8.2*
  ip_basic_resolver_query_select:  borland-5.6.4*  borland-5.8.2*
  ip_basic_resolver_select:  borland-5.6.4*  borland-5.8.2*
  ip_host_name:  borland-5.6.4*  borland-5.8.2*
  ip_host_name_select:  borland-5.6.4*  borland-5.8.2*
  ip_multicast:  acc  borland-5.6.4*  borland-5.8.2*  hp_cxx-71_006_tru64
  ip_multicast_select:  acc  borland-5.6.4*  borland-5.8.2*  hp_cxx-71_006_tru64
  ip_resolver_service:  borland-5.6.4*  borland-5.8.2*
  ip_resolver_service_select:  borland-5.6.4*  borland-5.8.2*
  ip_tcp:  borland-5.6.4*  borland-5.8.2*
  ip_tcp_select:  borland-5.6.4*  borland-5.8.2*
  ip_udp:  borland-5.6.4*  borland-5.8.2*
  ip_udp_select:  borland-5.6.4*  borland-5.8.2*
  ip_unicast:  acc  borland-5.6.4*  borland-5.8.2*
  ip_unicast_select:  acc  borland-5.6.4*  borland-5.8.2*
  ip_v6_only:  acc  borland-5.6.4*  borland-5.8.2*
  ip_v6_only_select:  acc  borland-5.6.4*  borland-5.8.2*
  is_read_buffered:  borland-5.6.4*  borland-5.8.2*
  is_read_buffered_select:  borland-5.6.4*  borland-5.8.2*
  is_write_buffered:  borland-5.6.4*  borland-5.8.2*
  is_write_buffered_select:  borland-5.6.4*  borland-5.8.2*
  read:  borland-5.6.4*  borland-5.8.2*
  read_select:  borland-5.6.4*  borland-5.8.2*
  read_until:  borland-5.6.4*  borland-5.8.2*
  read_until_select:  borland-5.6.4*  borland-5.8.2*
  socket_acceptor_service:  borland-5.6.4*  borland-5.8.2*
  socket_acceptor_service_select:  borland-5.6.4*  borland-5.8.2*
  socket_base:  acc  borland-5.6.4*  borland-5.8.2*
  socket_base_select:  acc  borland-5.6.4*  borland-5.8.2*
  strand:  borland-5.6.4*  borland-5.8.2*
  strand_select:  borland-5.6.4*  borland-5.8.2*
  stream_socket_service:  borland-5.6.4*  borland-5.8.2*
  stream_socket_service_select:  borland-5.6.4*  borland-5.8.2*
  write:  borland-5.6.4*  borland-5.8.2*
  write_select:  borland-5.6.4*  borland-5.8.2*
|assign|
  static_list_of:  borland-5.6.4*  borland-5.8.2*
|bimap|
  assign:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0  sun-5.8  sun-5.8
  foreach:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  hp_cxx-71_006_tru64  intel-linux-9.0  sun-5.8  sun-5.8
  lambda:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0  sun-5.8  sun-5.8
  property_map:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0  sun-5.8  sun-5.8
  range:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0  sun-5.8  sun-5.8
  serialization:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0  sun-5.8  sun-5.8
  test_bimap_assign:  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0  sun-5.8  sun-5.8
  test_bimap_convenience_header:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0  sun-5.8  sun-5.8
  test_bimap_extra:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0  sun-5.8
  test_bimap_info:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  hp_cxx-71_006_tru64  intel-linux-9.0  sun-5.8  sun-5.8
  test_bimap_lambda:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0  sun-5.8  sun-5.8
  test_bimap_list_of:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0  sun-5.8
  test_bimap_modify:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0  sun-5.8  sun-5.8
  test_bimap_multiset_of:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0  sun-5.8
  test_bimap_mutable:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0  sun-5.8  sun-5.8
  test_bimap_operator_bracket:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0  sun-5.8  sun-5.8
  test_bimap_ordered:  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  hp_cxx-71_006_tru64  intel-linux-9.0  sun-5.8  sun-5.8
  test_bimap_project:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0  sun-5.8  sun-5.8
  test_bimap_property_map:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0  sun-5.8  sun-5.8
  test_bimap_range:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0  sun-5.8  sun-5.8
  test_bimap_sequenced:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0  sun-5.8  sun-5.8
  test_bimap_serialization:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0  sun-5.8  sun-5.8
  test_bimap_set_of:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0  sun-5.8
  test_bimap_unconstrained:  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0  sun-5.8  sun-5.8
  test_bimap_unordered:  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  hp_cxx-71_006_tru64  intel-linux-9.0  sun-5.8  sun-5.8
  test_bimap_unordered_multiset_of:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0  sun-5.8
  test_bimap_unordered_set_of:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0  sun-5.8
  test_bimap_vector_of:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0  sun-5.8
  test_mutant:  borland-5.6.4*  borland-5.8.2*
  test_mutant_relation:  borland-5.6.4*  borland-5.8.2*
  test_structured_pair:  borland-5.6.4*  borland-5.8.2*
  test_tagged:  borland-5.6.4*  borland-5.8.2*
  typeof:  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0  sun-5.8  sun-5.8
  xpressive:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0  sun-5.8  sun-5.8
|bind|
  bind_function_test:  borland-5.6.4*  borland-5.8.2*
  bind_placeholder_test:  borland-5.6.4*  borland-5.8.2*
|circular_buffer|
  base_test:  hp_cxx-71_006_tru64
  bounded_buffer_comparison:  borland-5.6.4*  borland-5.8.2*
|concept_check|
  class_concept_fail_expected:  sun-5.8  sun-5.8
  old_concept_class_fail:  borland-5.6.4*  borland-5.8.2*  gcc-3.3.6  sun-5.8  sun-5.8
  old_concept_function_fail:  borland-5.6.4*  borland-5.8.2*  gcc-3.3.6  sun-5.8  sun-5.8
  stl_concept_check:  hp_cxx-71_006_tru64
  usage_fail:  sun-5.8  sun-5.8
  where_fail:  sun-5.8  sun-5.8
|config|
  config_test:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*
  math_info:  borland-5.6.4*
|conversion|
  lexical_cast_loopback_test:  borland-5.6.4*  borland-5.8.2*  gcc-4.1.2_sunos_i86pc  msvc-7.1  msvc-8.0*  msvc-8.0*  sun-5.8  sun-5.8
  lexical_cast_test:  borland-5.6.4*  borland-5.8.2*  sun-5.8  sun-5.8
|date_time|
  testgreg_serialize:  borland-5.6.4*  borland-5.8.2*
  testgreg_serialize_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  testgreg_serialize_xml:  borland-5.6.4*  borland-5.8.2*
  testtime_serialize:  borland-5.6.4*  borland-5.8.2*
  testtime_serialize_std_config:  borland-5.6.4*  borland-5.8.2*
  testtime_serialize_xml:  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*
  testtime_serialize_xml_std_config:  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*
|dynamic_bitset|
  dyn_bitset_unit_tests3:  hp_cxx-71_006_tru64
  dyn_bitset_unit_tests4:  sun-5.8
|filesystem|
  convenience_test:  borland-5.6.4*  borland-5.8.2*
  fstream_test:  borland-5.6.4*  borland-5.8.2*
  large_file_support_test:  borland-5.6.4*  borland-5.8.2*
  operations_test:  borland-5.6.4*  borland-5.8.2*
  path_test:  borland-5.6.4*  borland-5.8.2*
  simple_ls:  borland-5.6.4*  borland-5.8.2*
|foreach|
  array_byref:  msvc-7.1
  array_byval:  msvc-7.1
|function|
  allocator_test:  borland-5.6.4*  borland-5.8.2*
  contains2_test:  borland-5.6.4*  borland-5.8.2*
  contains_test:  borland-5.6.4*  borland-5.8.2*
  function_arith_portable:  borland-5.6.4*  borland-5.8.2*
  function_n_test:  borland-5.6.4*  borland-5.8.2*
  function_ref_portable:  borland-5.6.4*  borland-5.8.2*
  mem_fun_portable:  borland-5.6.4*  borland-5.8.2*
  stateless_test:  borland-5.6.4*  borland-5.8.2*
  std_bind_portable:  borland-5.6.4*  borland-5.8.2*
  sum_avg_portable:  borland-5.6.4*  borland-5.8.2*
|gil|
  main:  acc  borland-5.6.4*  borland-5.8.2*  gcc-3.3.6  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  sun-5.8
|graph|
  all_planar_input_files_test:  sun-5.8  sun-5.8
  basic_planarity_test:  sun-5.8  sun-5.8
  csr_graph_test:  msvc-7.1
  cycle_ratio_tests:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0  msvc-7.1  msvc-8.0*  msvc-8.0*  sun-5.8  sun-5.8
  graphml_test:  msvc-8.0*
  graphviz_test:  msvc-8.0*
  kolmogorov_max_flow_test:  acc  hp_cxx-71_006_tru64
  make_biconnected_planar_test:  sun-5.8  sun-5.8
  make_maximal_planar_test:  sun-5.8  sun-5.8
  max_flow_test:  acc  hp_cxx-71_006_tru64
  parallel_edges_loops_test:  sun-5.8  sun-5.8
  transitive_closure_test:  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64
|interprocess|
  adaptive_node_pool_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  adaptive_pool_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  alloc_example:  hp_cxx-71_006_tru64  intel-linux-9.0
  allocexcept_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  cached_adaptive_pool_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  cached_node_allocator_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  condition_test:  acc  darwin-4.0.1*  darwin-4.0.1*  hp_cxx-71_006_tru64
  data_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  deque_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_adaptive_pool:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_allocator:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_anonymous_conditionA:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_anonymous_conditionB:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_anonymous_mutexA:  hp_cxx-71_006_tru64
  doc_anonymous_mutexB:  hp_cxx-71_006_tru64
  doc_anonymous_semaphoreA:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_anonymous_semaphoreB:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_anonymous_upgradable_mutexA:  hp_cxx-71_006_tru64
  doc_anonymous_upgradable_mutexB:  hp_cxx-71_006_tru64
  doc_bufferstream:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_cached_adaptive_pool:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_cached_node_allocator:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_cont:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_contA:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_contB:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_intrusive:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_ipc_messageA:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_ipc_messageB:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_managed_aligned_allocation:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_managed_allocation_command:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_managed_construction_info:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_managed_external_buffer:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_managed_heap_memory:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_managed_mapped_file:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_managed_multiple_allocation:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_managed_raw_allocation:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_map:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_message_queueA:  acc  hp_cxx-71_006_tru64
  doc_message_queueB:  acc  hp_cxx-71_006_tru64
  doc_move_containers:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_named_allocA:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_named_allocB:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_named_conditionA:  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_named_conditionB:  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_named_mutex:  acc  hp_cxx-71_006_tru64
  doc_node_allocator:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_offset_ptr:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_private_adaptive_pool:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_private_node_allocator:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_scoped_ptr:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_shared_memory:  hp_cxx-71_006_tru64
  doc_shared_memory2:  hp_cxx-71_006_tru64
  doc_shared_ptr:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64
  doc_shared_ptr_explicit:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64
  doc_unique_ptr:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64
  doc_vectorstream:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_where_allocate:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  file_lock_test:  msvc-7.1  msvc-8.0*
  file_mapping_test:  acc
  flat_map_index_allocation_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  flat_tree_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  intrusive_ptr_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  iset_index_allocation_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  iunordered_set_index_allocation_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  list_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  managed_mapped_file_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  map_index_allocation_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  mapped_file_test:  acc  hp_cxx-71_006_tru64
  memory_algorithm_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  message_queue_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  mutex_test:  hp_cxx-71_006_tru64
  named_alloc_example:  hp_cxx-71_006_tru64  intel-linux-9.0
  named_condition_test:  acc  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  named_mutex_test:  acc  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64
  named_recursive_mutex_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  hp_cxx-71_006_tru64  intel-linux-9.0
  named_semaphore_test:  acc  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64
  named_upgradable_mutex_test:  acc  hp_cxx-71_006_tru64
  node_allocator_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  node_pool_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64
  null_index_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  private_adaptive_pool_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  private_node_allocator_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  process_a_example:  hp_cxx-71_006_tru64  intel-linux-9.0
  process_a_fixed_example:  hp_cxx-71_006_tru64  intel-linux-9.0  msvc-7.1
  process_b_example:  hp_cxx-71_006_tru64  intel-linux-9.0
  process_b_fixed_example:  hp_cxx-71_006_tru64  intel-linux-9.0
  recursive_mutex_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  hp_cxx-71_006_tru64  intel-linux-9.0
  semaphore_test:  acc  hp_cxx-71_006_tru64
  shared_memory_mapping_test:  hp_cxx-71_006_tru64
  shared_memory_test:  acc  hp_cxx-71_006_tru64
  shared_ptr_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  slist_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  string_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  tree_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  unique_ptr_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  upgradable_mutex_test:  acc  darwin-4.0.1*  darwin-4.0.1*  hp_cxx-71_006_tru64
  user_buffer_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  vector_test:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
|intrusive|
  custom_bucket_traits_test:  hp_cxx-71_006_tru64
  default_hook_test:  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64
  doc_advanced_value_traits:  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_advanced_value_traits2:  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_assoc_optimized_code:  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_auto_unlink:  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_bucket_traits:  hp_cxx-71_006_tru64
  doc_clone_from:  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_entity:  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_erasing_and_disposing:  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_external_value_traits:  hp_cxx-71_006_tru64
  doc_how_to_use:  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_iterator_from_value:  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_list:  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_offset_ptr:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_set:  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_slist:  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_stateful_value_traits:  hp_cxx-71_006_tru64
  doc_unordered_set:  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_value_traits:  hp_cxx-71_006_tru64  intel-linux-9.0
  doc_window:  hp_cxx-71_006_tru64  intel-linux-9.0
  external_value_traits_test:  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64
  list_test:  hp_cxx-71_006_tru64  intel-linux-9.0
  make_functions_test:  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64
  multiset_test:  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  set_test:  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0
  slist_test:  hp_cxx-71_006_tru64  intel-linux-9.0
  stateful_value_traits_test:  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64
  unordered_multiset_test:  hp_cxx-71_006_tru64  intel-linux-9.0
  unordered_set_test:  hp_cxx-71_006_tru64  intel-linux-9.0
  virtual_base_test:  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64
|iostreams|
  regex_filter_test:  borland-5.6.4*  borland-5.8.2*
|lambda|
  operator_tests_simple:  msvc-7.1
|math|
  common_factor_test:  borland-5.8.2*
|mpl|
  apply:  gcc-4.1.2_sunos_i86pc
|multi_index|
  test_modifiers:  msvc-7.1  msvc-8.0*
|numeric/interval|
  mul:  darwin-4.0.1*
  overflow:  darwin-4.0.1*
  pi:  darwin-4.0.1*
|optional|
  optional_test:  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64
  optional_test_inplace:  hp_cxx-71_006_tru64
|program_options|
  cmdline_test:  borland-5.6.4*  borland-5.8.2*
  cmdline_test_dll:  borland-5.6.4*  borland-5.8.2*
  parsers_test:  borland-5.6.4*  borland-5.8.2*
  parsers_test_dll:  borland-5.6.4*  borland-5.8.2*
  variable_map_test:  borland-5.6.4*  borland-5.8.2*
  variable_map_test_dll:  borland-5.6.4*  borland-5.8.2*
|property_map|
  dynamic_properties_test:  borland-5.6.4*  borland-5.8.2*
|ptr_container|
  serialization:  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-4.1.2_sunos_i86pc  sun-5.8  sun-5.8
|python|
  bases:  intel-linux-9.0
  exec:  gcc-4.1.2_sunos_i86pc  intel-linux-9.0
  import_:  intel-linux-9.0  msvc-7.1  msvc-8.0*  msvc-8.0*
  pointee:  intel-linux-9.0
  upcast:  intel-linux-9.0
|range|
  array:  msvc-7.1
  iterator_range:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0  msvc-7.1  msvc-8.0*  msvc-8.0*  sun-5.8  sun-5.8
  reversible_range:  msvc-7.1
  string:  hp_cxx-71_006_tru64  msvc-7.1
  sub_range:  acc  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0  msvc-7.1  sun-5.8  sun-5.8
|rational|
  rational_test:  borland-5.6.4*  borland-5.8.2*
|regex|
  regex_regress_threaded:  darwin-4.0.1*
  static_mutex_test:  borland-5.6.4*  borland-5.8.2*
|serialization|
  test_array_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_array_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_array_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_array_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_array_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_array_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_array_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_array_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_array_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_array_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_binary_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_binary_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_binary_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_binary_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_binary_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_binary_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_binary_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_binary_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_binary_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_binary_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_class_info_load_binary_archive_dll:  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_class_info_load_text_archive_dll:  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_class_info_load_text_warchive_dll:  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_class_info_load_xml_archive_dll:  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_class_info_load_xml_warchive_dll:  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_class_info_save_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_class_info_save_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_class_info_save_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_class_info_save_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_class_info_save_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_class_info_save_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_class_info_save_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_class_info_save_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_class_info_save_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_class_info_save_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_contained_class_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_contained_class_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_contained_class_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_contained_class_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_contained_class_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_contained_class_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_contained_class_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_contained_class_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_contained_class_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_contained_class_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_cyclic_ptrs_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_cyclic_ptrs_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_cyclic_ptrs_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_cyclic_ptrs_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_cyclic_ptrs_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_cyclic_ptrs_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_cyclic_ptrs_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_cyclic_ptrs_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_cyclic_ptrs_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_cyclic_ptrs_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_delete_pointer_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_delete_pointer_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_delete_pointer_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_delete_pointer_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_delete_pointer_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_delete_pointer_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_delete_pointer_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_delete_pointer_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_delete_pointer_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_delete_pointer_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_demo:  borland-5.6.4*  borland-5.8.2*
  test_demo_auto_ptr:  borland-5.6.4*  borland-5.8.2*
  test_demo_auto_ptr_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_demo_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_demo_exception:  borland-5.6.4*  borland-5.8.2*
  test_demo_exception_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_demo_fast_archive:  borland-5.6.4*  borland-5.8.2*
  test_demo_fast_archive_dll:  borland-5.6.4*  borland-5.8.2*
  test_demo_pimpl:  borland-5.6.4*  borland-5.8.2*
  test_demo_pimpl_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_demo_polymorphic:  borland-5.6.4*  borland-5.8.2*
  test_demo_polymorphic_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_demo_portable_archive:  borland-5.6.4*  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*
  test_demo_portable_archive_dll:  borland-5.8.2*  darwin-4.0.1*  darwin-4.0.1*
  test_demo_shared_ptr:  borland-5.6.4*  borland-5.8.2*
  test_demo_shared_ptr_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_demo_xml:  borland-5.6.4*  borland-5.8.2*
  test_demo_xml_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_demo_xml_load_dll:  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_demo_xml_save:  borland-5.6.4*  borland-5.8.2*
  test_demo_xml_save_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_deque_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_deque_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_deque_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_deque_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_deque_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_deque_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_deque_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_deque_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_deque_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_deque_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_derived_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_derived_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_derived_class_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_derived_class_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_derived_class_ptr_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_derived_class_ptr_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_derived_class_ptr_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_derived_class_ptr_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_derived_class_ptr_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_derived_class_ptr_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_derived_class_ptr_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_derived_class_ptr_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_derived_class_ptr_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_derived_class_ptr_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_derived_class_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_derived_class_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_derived_class_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_derived_class_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_derived_class_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_derived_class_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_derived_class_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_derived_class_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_derived_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_derived_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_derived_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_derived_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_derived_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_derived_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_derived_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_derived_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_diamond_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_diamond_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_diamond_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_diamond_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_diamond_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_diamond_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_diamond_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_diamond_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_diamond_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_diamond_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_exported_binary_archive:  borland-5.6.4*  borland-5.8.2*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64
  test_exported_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_exported_text_archive:  borland-5.6.4*  borland-5.8.2*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64
  test_exported_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_exported_text_warchive:  borland-5.6.4*  borland-5.8.2*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64
  test_exported_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_exported_xml_archive:  borland-5.6.4*  borland-5.8.2*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64
  test_exported_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_exported_xml_warchive:  borland-5.6.4*  borland-5.8.2*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64
  test_exported_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_list_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_list_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_list_ptrs_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_list_ptrs_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_list_ptrs_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_list_ptrs_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_list_ptrs_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_list_ptrs_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_list_ptrs_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_list_ptrs_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_list_ptrs_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_list_ptrs_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_list_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_list_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_list_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_list_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_list_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_list_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_list_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_list_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_map_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_map_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_map_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_map_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_map_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_map_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_map_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_map_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_map_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_map_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_mi_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_mi_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_mi_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_mi_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_mi_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_mi_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_mi_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_mi_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_mi_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_mi_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_mult_archive_types:  borland-5.6.4*  borland-5.8.2*
  test_mult_archive_types_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_multiple_ptrs_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_multiple_ptrs_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_multiple_ptrs_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_multiple_ptrs_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_multiple_ptrs_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_multiple_ptrs_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_multiple_ptrs_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_multiple_ptrs_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_multiple_ptrs_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_multiple_ptrs_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_no_rtti_binary_archive_dll:  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_no_rtti_text_archive_dll:  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_no_rtti_text_warchive_dll:  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_no_rtti_xml_archive_dll:  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_no_rtti_xml_warchive_dll:  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_non_default_ctor2_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_non_default_ctor2_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_non_default_ctor2_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_non_default_ctor2_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_non_default_ctor2_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_non_default_ctor2_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_non_default_ctor2_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_non_default_ctor2_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_non_default_ctor2_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_non_default_ctor2_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_non_default_ctor_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_non_default_ctor_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_non_default_ctor_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_non_default_ctor_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_non_default_ctor_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_non_default_ctor_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_non_default_ctor_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_non_default_ctor_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_non_default_ctor_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_non_default_ctor_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_non_intrusive_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_non_intrusive_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_non_intrusive_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_non_intrusive_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_non_intrusive_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_non_intrusive_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_non_intrusive_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_non_intrusive_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_non_intrusive_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_non_intrusive_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_null_ptr_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_null_ptr_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_null_ptr_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_null_ptr_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_null_ptr_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_null_ptr_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_null_ptr_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_null_ptr_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_null_ptr_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_null_ptr_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_nvp_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_nvp_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_nvp_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_nvp_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_nvp_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_nvp_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_nvp_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_nvp_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_nvp_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_nvp_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_object_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_object_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_object_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_object_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_object_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_object_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_object_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_object_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_object_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_object_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_optional_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_optional_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_optional_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_optional_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_optional_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_optional_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_optional_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_optional_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_optional_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_optional_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_polymorphic_binary_archive:  borland-5.6.4*  borland-5.8.2*  msvc-8.0*
  test_polymorphic_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_polymorphic_text_archive:  borland-5.6.4*  borland-5.8.2*  msvc-8.0*
  test_polymorphic_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_polymorphic_text_warchive:  borland-5.6.4*  borland-5.8.2*  msvc-8.0*
  test_polymorphic_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_polymorphic_xml_archive:  borland-5.6.4*  borland-5.8.2*  msvc-8.0*
  test_polymorphic_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_polymorphic_xml_warchive:  borland-5.6.4*  borland-5.8.2*  msvc-8.0*
  test_polymorphic_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_primitive_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_primitive_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_primitive_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_primitive_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_primitive_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_primitive_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_primitive_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_primitive_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_primitive_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_primitive_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_private_ctor:  borland-5.6.4*  borland-5.8.2*
  test_private_ctor_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_recursion_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_recursion_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_recursion_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_recursion_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_recursion_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_recursion_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_recursion_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_recursion_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_recursion_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_recursion_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_registered_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_registered_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_registered_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_registered_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_registered_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_registered_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_registered_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_registered_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_registered_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_registered_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_reset_object_address:  borland-5.6.4*  borland-5.8.2*
  test_reset_object_address_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_set_binary_archive:  borland-5.8.2*
  test_set_binary_archive_dll:  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_set_text_archive:  borland-5.8.2*
  test_set_text_archive_dll:  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_set_text_warchive:  borland-5.8.2*
  test_set_text_warchive_dll:  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_set_xml_archive:  borland-5.8.2*
  test_set_xml_archive_dll:  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_set_xml_warchive:  borland-5.8.2*
  test_set_xml_warchive_dll:  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_shared_ptr_132_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_shared_ptr_132_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_shared_ptr_132_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_shared_ptr_132_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_shared_ptr_132_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_shared_ptr_132_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_shared_ptr_132_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_shared_ptr_132_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_shared_ptr_132_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_shared_ptr_132_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_shared_ptr_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_shared_ptr_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_shared_ptr_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_shared_ptr_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_shared_ptr_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_shared_ptr_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_shared_ptr_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_shared_ptr_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_shared_ptr_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_shared_ptr_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_simple_class_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_simple_class_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_simple_class_ptr_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_simple_class_ptr_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_simple_class_ptr_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_simple_class_ptr_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_simple_class_ptr_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_simple_class_ptr_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_simple_class_ptr_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_simple_class_ptr_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_simple_class_ptr_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_simple_class_ptr_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_simple_class_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_simple_class_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_simple_class_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_simple_class_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_simple_class_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_simple_class_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_simple_class_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_simple_class_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_split_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_split_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_split_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_split_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_split_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_split_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_split_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_split_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_split_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_split_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_tracking_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_tracking_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_tracking_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_tracking_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_tracking_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_tracking_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_tracking_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_tracking_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_tracking_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_tracking_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_unregistered_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_unregistered_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_unregistered_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_unregistered_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_unregistered_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_unregistered_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_unregistered_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_unregistered_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_unregistered_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_unregistered_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_valarray_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_valarray_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_valarray_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_valarray_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_valarray_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_valarray_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_valarray_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_valarray_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_valarray_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_valarray_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_variant_binary_archive:  borland-5.6.4*
  test_variant_binary_archive_dll:  borland-5.6.4*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_variant_text_archive:  borland-5.6.4*
  test_variant_text_archive_dll:  borland-5.6.4*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_variant_text_warchive:  borland-5.6.4*
  test_variant_text_warchive_dll:  borland-5.6.4*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_variant_xml_archive:  borland-5.6.4*
  test_variant_xml_archive_dll:  borland-5.6.4*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_variant_xml_warchive:  borland-5.6.4*
  test_variant_xml_warchive_dll:  borland-5.6.4*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_vector_binary_archive:  borland-5.6.4*  borland-5.8.2*
  test_vector_binary_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_vector_text_archive:  borland-5.6.4*  borland-5.8.2*
  test_vector_text_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_vector_text_warchive:  borland-5.6.4*  borland-5.8.2*
  test_vector_text_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_vector_xml_archive:  borland-5.6.4*  borland-5.8.2*
  test_vector_xml_archive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_vector_xml_warchive:  borland-5.6.4*  borland-5.8.2*
  test_vector_xml_warchive_dll:  borland-5.6.4*  borland-5.8.2*  msvc-7.1  msvc-8.0*  msvc-8.0*
  test_void_cast:  borland-5.6.4*  borland-5.8.2*
  test_void_cast_dll:  borland-5.6.4*  borland-5.8.2*
|signals|
  dead_slot_test:  borland-5.6.4*  borland-5.8.2*
  deletion_test:  borland-5.6.4*  borland-5.8.2*
  ordering_test:  borland-5.6.4*  borland-5.8.2*
  signal_n_test:  borland-5.6.4*  borland-5.8.2*
  trackable_test:  borland-5.6.4*  borland-5.8.2*
|spirit|
  mix_and_match_trees:  sun-5.8  sun-5.8
  numerics_tests:  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  gcc-4.1.2_sunos_i86pc  intel-linux-9.0  msvc-7.1  msvc-8.0*  msvc-8.0*
  numerics_tests_debug:  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  gcc-4.1.2_sunos_i86pc  intel-linux-9.0  msvc-7.1  msvc-8.0*  msvc-8.0*
|system|
  error_code_test:  borland-5.6.4*  borland-5.8.2*
  error_code_test_dll:  borland-5.6.4*  borland-5.8.2*
  error_code_user_test:  borland-5.6.4*  borland-5.8.2*
  error_code_user_test_dll:  borland-5.6.4*  borland-5.8.2*
  header_only_test:  borland-5.6.4*  borland-5.8.2*
  initialization_test:  borland-5.6.4*  borland-5.8.2*
  system_error_test:  borland-5.6.4*  borland-5.8.2*
  system_error_test_dll:  borland-5.6.4*  borland-5.8.2*
|test|
  boost_check_equal_str:  sun-5.8  sun-5.8
|thread|
  test_barrier:  borland-5.6.4*  borland-5.8.2*
  test_barrier_lib:  borland-5.6.4*  borland-5.8.2*
  test_condition:  borland-5.6.4*  borland-5.8.2*
  test_condition_lib:  borland-5.6.4*  borland-5.8.2*
  test_mutex:  borland-5.6.4*  borland-5.8.2*
  test_mutex_lib:  borland-5.6.4*  borland-5.8.2*
  test_once:  borland-5.6.4*  borland-5.8.2*
  test_once_lib:  borland-5.6.4*  borland-5.8.2*
  test_read_write_mutex:  borland-5.6.4*  borland-5.8.2*
  test_read_write_mutex_lib:  borland-5.6.4*  borland-5.8.2*
  test_thread:  borland-5.6.4*  borland-5.8.2*
  test_thread_lib:  borland-5.6.4*  borland-5.8.2*
  test_tss:  borland-5.6.4*  borland-5.8.2*
|tr1|
  std_run_complex_overloads:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  hp_cxx-71_006_tru64  intel-linux-9.0
  std_run_random:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  hp_cxx-71_006_tru64  intel-linux-9.0
  std_test_regex:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  hp_cxx-71_006_tru64  intel-linux-9.0
  std_test_shared_ptr:  borland-5.8.2*
  std_test_tr1_include:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  hp_cxx-71_006_tru64  intel-linux-9.0  sun-5.8
  std_test_tuple:  acc  darwin-4.0.1*  gcc-3.3.6  hp_cxx-71_006_tru64  intel-linux-9.0  sun-5.8
  std_test_tuple_tricky:  acc  darwin-4.0.1*  gcc-3.3.6  hp_cxx-71_006_tru64  intel-linux-9.0  sun-5.8  sun-5.8
  test_shared_ptr:  borland-5.8.2*
  test_tr1_include:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  hp_cxx-71_006_tru64  intel-linux-9.0  sun-5.8
  test_tuple:  acc  darwin-4.0.1*  gcc-3.3.6  hp_cxx-71_006_tru64  intel-linux-9.0  sun-5.8
  test_tuple_tricky:  acc  darwin-4.0.1*  gcc-3.3.6  hp_cxx-71_006_tru64  intel-linux-9.0  sun-5.8  sun-5.8
  test_utility_std_header:  acc  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  hp_cxx-71_006_tru64  intel-linux-9.0  sun-5.8
|type_traits|
  make_signed_test:  borland-5.6.4*  borland-5.8.2*
  make_unsigned_test:  borland-5.6.4*  borland-5.8.2*
  promote_basic_test:  hp_cxx-71_006_tru64
|typeof|
  data_member_emulation:  borland-5.6.4*  borland-5.8.2*
  function_binding_emulation:  borland-5.6.4*  borland-5.8.2*
  function_emulation:  borland-5.6.4*  borland-5.8.2*
  function_ptr_emulation:  borland-5.6.4*  borland-5.8.2*
  function_ptr_from_tpl_emulation:  borland-5.6.4*  borland-5.8.2*
  function_ref_emulation:  borland-5.6.4*  borland-5.8.2*
  member_function_emulation:  borland-5.6.4*  borland-5.8.2*
  modifiers_emulation:  borland-5.6.4*  borland-5.8.2*
  nested_typedef_emulation:  borland-5.6.4*  borland-5.8.2*
  noncopyable_emulation:  borland-5.6.4*  borland-5.8.2*
  odr_emulation:  borland-5.6.4*  borland-5.8.2*
  odr_no_uns:  borland-5.6.4*  borland-5.8.2*
  std_emulation:  borland-5.6.4*  borland-5.8.2*
  template_dependent_emulation:  borland-5.6.4*  borland-5.8.2*
  template_enum_emulation:  borland-5.6.4*  borland-5.8.2*
  template_int_emulation:  borland-5.6.4*  borland-5.8.2*
  template_multiword_emulation:  borland-5.6.4*  borland-5.8.2*
  template_tpl_emulation:  borland-5.6.4*  borland-5.8.2*
  template_type_emulation:  borland-5.6.4*  borland-5.8.2*
  type_emulation:  borland-5.6.4*  borland-5.8.2*
|utility|
  result_of_test:  sun-5.8  sun-5.8
|wave|
  test_re2c_lexer:  msvc-7.1  msvc-8.0*
  test_slex_lexer:  darwin-4.0.1*  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  gcc-4.1.2_sunos_i86pc  hp_cxx-71_006_tru64  intel-linux-9.0  msvc-7.1  msvc-8.0*  msvc-8.0*
  testwave_dll:  sun-5.8  sun-5.8
|xpressive|
  c_traits:  hp_cxx-71_006_tru64
  regress:  hp_cxx-71_006_tru64
  test_actions:  acc  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0
  test_symbols:  acc  darwin-4.0.1*  darwin-4.0.1*  gcc-3.3.6  intel-linux-9.0
                    
                  
                  
                          
                            
                            1
                            
                          
                          
                            
                            0
                            
                          
                          
                            
    
                          
                        
                     
                        
                    29 Sep '07
                    
                        I have finished converting this dynamic object factory to use boost:::fusion
With "dynamic object factory" I mean that new classes could be
registered/unregistered at runtime. This is somewhat different from
other factory library that requires the classes known to the factory,
i.e. the classes for whom the factory creates objects, to be listed at
the point of factory instantation.
In case program is scattered among different library/modules this
could became an important constrain because there is no one point in
the program where you know what will be the all and only classes your
factory will be tailored on.
The feature list is:
	   - Support for many class hierarchies at the same time
	   - Generic constructor argument type or default c'tor
	   - Type safe constructor overloading
	   - Support for user supplied 'object create' functions
	   - Dynamic class registering/unregistering
	   - And finally the most important: 100% type safe also at runtime!
Constructor arguments overloading is a nicety I didn't find in other
implementations.
This is my first attempt with boost::fusion, I hope my understanding
of this library is correct, but of course any feedback on how to
improve the code or the design is very much welcomed.
Library has been uploaded to Vault, file is 'simple_factory.tar.gz'
under base directory.
Library contains a show case program "main.cpp" heavily commented to
be used as a kind of user manual.
Thanks
Marco
                    
                  
                  
                          
                            
                            1
                            
                          
                          
                            
                            0
                            
                          
                          
                            
    
                          
                        
                    
                    
                        JD wrote:
>
>     I tried without the new_file_size, I tried with a mapped_file... Is 
> there something I don't get? Why are we not able to open a file that 
> already exist?
> 
I assume you have mapped_file.cpp in your project already (otherwise I 
don't think you could link).
Upon quick inspection, your example seems to mimic some of the test code 
almost identically (i.e. in mapped_file_test.cpp), so I think it should 
work...
What happens when you try to run the unit tests in the 
boost_1_34_1\libs\iostreams\test subdirectory of the source tarball?
Do they pass?
                    
                  
                  
                          
                            
                            1
                            
                          
                          
                            
                            0
                            
                          
                          
                            
    
                          
                        
                     
                        
                     
                        
                     
                        
                     
                        
                     
                        
                    