Skip to content

Commit 2d9a0df

Browse files
Add pragma once
1 parent 4ed3675 commit 2d9a0df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SynchronizedMap.h

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// This is a class that's just a std::map that's thread-safe. It does not implement every std::map function, please add
22
// them as needed.
3+
#pragma once
34
template <typename T, typename U>
45
class SynchronizedMap {
56
public:

0 commit comments

Comments
 (0)