$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r82070 - trunk/libs/smart_ptr/test
From: glenfe_at_[hidden]
Date: 2012-12-18 04:24:35
Author: glenfe
Date: 2012-12-18 04:24:31 EST (Tue, 18 Dec 2012)
New Revision: 82070
URL: http://svn.boost.org/trac/boost/changeset/82070
Log:
Fix cxxflags in smart_ptr/test/Jamfile.v2
Text files modified: 
   trunk/libs/smart_ptr/test/Jamfile.v2 |    12 ++++++------                            
   1 files changed, 6 insertions(+), 6 deletions(-)
Modified: trunk/libs/smart_ptr/test/Jamfile.v2
==============================================================================
--- trunk/libs/smart_ptr/test/Jamfile.v2	(original)
+++ trunk/libs/smart_ptr/test/Jamfile.v2	2012-12-18 04:24:31 EST (Tue, 18 Dec 2012)
@@ -137,18 +137,18 @@
           [ run make_shared_array_test.cpp ]
           [ run make_shared_arrays_test.cpp ]
           [ run make_shared_array_create_test.cpp ]
-          [ run make_shared_array_init_test.cpp : : : <toolset>gcc-4.6:<cxxflags>-fno-deduce-init-list ]
-          [ run make_shared_arrays_create_test.cpp : : : <toolset>gcc-4.6:<cxxflags>-fno-deduce-init-list ]
-          [ run make_shared_arrays_init_test.cpp : : : <toolset>gcc-4.6:<cxxflags>-fno-deduce-init-list ]
+          [ run make_shared_array_init_test.cpp : : : <toolset>gcc-4.6.3_0x:<cxxflags>-fno-deduce-init-list ]
+          [ run make_shared_arrays_create_test.cpp : : : <toolset>gcc-4.6.3_0x:<cxxflags>-fno-deduce-init-list ]
+          [ run make_shared_arrays_init_test.cpp : : : <toolset>gcc-4.6.3_0x:<cxxflags>-fno-deduce-init-list ]
           [ run make_shared_array_throws_test.cpp ]
           [ run make_shared_array_esft_test.cpp ]
           [ run make_shared_array_args_test.cpp ]
           [ run allocate_shared_array_test.cpp ]
           [ run allocate_shared_arrays_test.cpp ]
           [ run allocate_shared_array_create_test.cpp ]
-          [ run allocate_shared_array_init_test.cpp : : : <toolset>gcc-4.6:<cxxflags>-fno-deduce-init-list ]
-          [ run allocate_shared_arrays_create_test.cpp : : : <toolset>gcc-4.6:<cxxflags>-fno-deduce-init-list ]
-          [ run allocate_shared_arrays_init_test.cpp : : : <toolset>gcc-4.6:<cxxflags>-fno-deduce-init-list ]
+          [ run allocate_shared_array_init_test.cpp : : : <toolset>gcc-4.6.3_0x:<cxxflags>-fno-deduce-init-list ]
+          [ run allocate_shared_arrays_create_test.cpp : : : <toolset>gcc-4.6.3_0x:<cxxflags>-fno-deduce-init-list ]
+          [ run allocate_shared_arrays_init_test.cpp : : : <toolset>gcc-4.6.3_0x:<cxxflags>-fno-deduce-init-list ]
           [ run allocate_shared_array_throws_test.cpp ]
           [ run allocate_shared_array_esft_test.cpp ]
           [ run allocate_shared_array_args_test.cpp ]