Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r81894 - trunk/libs/smart_ptr/test
From: glenfe_at_[hidden]
Date: 2012-12-13 07:21:45


Author: glenfe
Date: 2012-12-13 07:21:44 EST (Thu, 13 Dec 2012)
New Revision: 81894
URL: http://svn.boost.org/trac/boost/changeset/81894

Log:
Remove -fno-deduce-init-list for certain tests in Jamfile.v2
Text files modified:
   trunk/libs/smart_ptr/test/Jamfile.v2 | 8 ++++----
   1 files changed, 4 insertions(+), 4 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-13 07:21:44 EST (Thu, 13 Dec 2012)
@@ -137,16 +137,16 @@
           [ 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:<cxxflags>-fno-deduce-init-list ]
- [ run make_shared_arrays_create_test.cpp : : : <toolset>gcc:<cxxflags>-fno-deduce-init-list ]
+ [ run make_shared_array_init_test.cpp ]
+ [ run make_shared_arrays_create_test.cpp ]
           [ 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:<cxxflags>-fno-deduce-init-list ]
- [ run allocate_shared_arrays_create_test.cpp : : : <toolset>gcc:<cxxflags>-fno-deduce-init-list ]
+ [ run allocate_shared_array_init_test.cpp ]
+ [ run allocate_shared_arrays_create_test.cpp ]
           [ run allocate_shared_array_throws_test.cpp ]
           [ run allocate_shared_array_esft_test.cpp ]
           [ run allocate_shared_array_args_test.cpp ]


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk