|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r77462 - sandbox-branches/birbacher/propertymap-functormap/libs/property_map/test
From: frank.birbacher_at_[hidden]
Date: 2012-03-21 18:06:26
Author: birbacher
Date: 2012-03-21 18:06:25 EDT (Wed, 21 Mar 2012)
New Revision: 77462
URL: http://svn.boost.org/trac/boost/changeset/77462
Log:
Disable test.
Text files modified:
sandbox-branches/birbacher/propertymap-functormap/libs/property_map/test/property_map_cc.cpp | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
Modified: sandbox-branches/birbacher/propertymap-functormap/libs/property_map/test/property_map_cc.cpp
==============================================================================
--- sandbox-branches/birbacher/propertymap-functormap/libs/property_map/test/property_map_cc.cpp (original)
+++ sandbox-branches/birbacher/propertymap-functormap/libs/property_map/test/property_map_cc.cpp 2012-03-21 18:06:25 EDT (Wed, 21 Mar 2012)
@@ -113,6 +113,8 @@
typedef shared_array_property_map<Value, IndexMap> PMap;
function_requires<Mutable_LvaluePropertyMapConcept<PMap, Key> >();
}
+ /*
+ * postpone implementation
{
typedef sgi_assignable_archetype<> Key; // ?
typedef sgi_assignable_archetype<> Value;
@@ -120,5 +122,6 @@
typedef functor_property_map<FunctionObject, Key> PMap;
function_requires<ReadablePropertyMapConcept<PMap, Key> >();
}
+ */
return 0;
}
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