mirror of
https://github.com/greg7mdp/parallel-hashmap.git
synced 2026-08-30 09:00:38 +08:00
add more tests - they all pass on windows / vs2017
This commit is contained in:
Vendored
-10
@@ -2896,20 +2896,10 @@ struct InsertReturnType
|
||||
#include <sanitizer/asan_interface.h>
|
||||
#endif
|
||||
|
||||
//#include "absl/strings/str_cat.h"
|
||||
//#include "absl/types/span.h"
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
// span.h
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
//#include "absl/algorithm/algorithm.h"
|
||||
//#include "absl/base/internal/throw_delegate.h"
|
||||
//#include "absl/base/macros.h"
|
||||
//#include "absl/base/optimization.h"
|
||||
//#include "absl/base/port.h"
|
||||
//#include "absl/meta/type_traits.h"
|
||||
|
||||
namespace phmap {
|
||||
|
||||
template <typename T>
|
||||
|
||||
Reference in New Issue
Block a user