Fix build issue with Intel compiler (issue #9)

This commit is contained in:
greg
2019-05-12 19:04:16 -04:00
parent 8aa960332d
commit d516003350
+1 -1
View File
@@ -3303,7 +3303,7 @@ public:
using const_iterator = typename parallel_hash_map::parallel_hash_set::const_iterator;
parallel_hash_map() {}
using parallel_hash_map::parallel_hash_set::parallel_hash_set;
using Base::parallel_hash_set;
// The last two template parameters ensure that both arguments are rvalues
// (lvalue arguments are handled by the overloads below). This is necessary