|
Boost-Commit : |
From: dannyh_at_[hidden]
Date: 2007-05-21 21:54:45
Author: dannyh
Date: 2007-05-21 21:54:45 EDT (Mon, 21 May 2007)
New Revision: 4168
URL: http://svn.boost.org/trac/boost/changeset/4168
Log:
removing any.
Text files modified:
sandbox/explore/libs/explore/test/Jamfile.v2 | 19 +++++++++++--------
1 files changed, 11 insertions(+), 8 deletions(-)
Modified: sandbox/explore/libs/explore/test/Jamfile.v2
==============================================================================
--- sandbox/explore/libs/explore/test/Jamfile.v2 (original)
+++ sandbox/explore/libs/explore/test/Jamfile.v2 2007-05-21 21:54:45 EDT (Mon, 21 May 2007)
@@ -18,17 +18,20 @@
#<library>../build//print
;
{
- test-suite signals
+ test-suite printing
:
- [ run simple_types.cpp ]
+ [ run simple_types.cpp ]
- [ run std_vector.cpp ]
- [ run std_map.cpp ]
- [ run std_set.cpp ]
- [ run std_pair.cpp ]
+ [ run std_vector.cpp ]
+ [ run std_map.cpp ]
+ [ run std_set.cpp ]
+ [ run std_pair.cpp ]
- [ run boost_array.cpp ]
- [ run boost_any.cpp ]
+ [ run boost_array.cpp ]
+
+# I don't think we can print an any without exhaustively
+# enumerating all possible types. DH.
+# [ run boost_any.cpp ]
[ run boost_tuple.cpp ]
[ run boost_variant.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