aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/util/performance/assoc/multimap_common_type.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/testsuite/util/performance/assoc/multimap_common_type.hpp')
-rw-r--r--libstdc++-v3/testsuite/util/performance/assoc/multimap_common_type.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/testsuite/util/performance/assoc/multimap_common_type.hpp b/libstdc++-v3/testsuite/util/performance/assoc/multimap_common_type.hpp
index 244fb10..51cc3cc 100644
--- a/libstdc++-v3/testsuite/util/performance/assoc/multimap_common_type.hpp
+++ b/libstdc++-v3/testsuite/util/performance/assoc/multimap_common_type.hpp
@@ -105,12 +105,12 @@ namespace pb_ds
{
private:
typedef
- typename pb_ds::detail::conditional_type<
+ typename pb_ds::detail::__conditional_type<
pb_ds::detail::is_same<
int,
Key>::value,
int_hash,
- string_hash_fn>::type
+ string_hash_fn>::__type
hash_fn_t;
template<typename Cntnr_T>