Fix access of protected member, and add test for templated swap()

This commit is contained in:
greg7mdp
2022-09-11 12:16:35 -04:00
parent 0d912f754f
commit f0409c6d05
4 changed files with 37 additions and 2 deletions
@@ -9,4 +9,6 @@
#define THIS_EXTRA_TPL_PARAMS , 4, boost::upgrade_mutex
#endif
#define THIS_EXTRA_TPL_PARAMS_NULLMUTEX , 4, phmap::NullMutex
#include "parallel_hash_map_test.cc"