@@ -51,2 +51,4 @@
typedef typename Parent::ReferenceMapTag ReferenceMapTag;
class MapIt;
@@ -193,2 +195,4 @@
@@ -184,3 +184,4 @@
struct Constraints {
void constraints() {
typename enable_if<typename _ReferenceMap::ReferenceMapTag, void>::type
constraints() {
checkConcept<ReadWriteMap<K, T>, _ReferenceMap >();