aboutsummaryrefslogtreecommitdiff
path: root/contrib/libstdc++/include/bits/boost_concept_check.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libstdc++/include/bits/boost_concept_check.h')
-rw-r--r--contrib/libstdc++/include/bits/boost_concept_check.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/libstdc++/include/bits/boost_concept_check.h b/contrib/libstdc++/include/bits/boost_concept_check.h
index 29ca61baef72c..d91c2e88e3c90 100644
--- a/contrib/libstdc++/include/bits/boost_concept_check.h
+++ b/contrib/libstdc++/include/bits/boost_concept_check.h
@@ -149,6 +149,8 @@ struct _Aux_require_same<_Tp,_Tp> { typedef _Tp _Type; };
__a = __b; // const required for argument to assignment
}
_Tp __a;
+ // possibly should be "Tp* a;" and then dereference "a" in constraint
+ // functions? present way would require a default ctor, i think...
};
template <class _Tp>