add couple examples

This commit is contained in:
greg
2019-03-30 14:10:57 -04:00
parent 932464ee07
commit e5c4e46bd5
4 changed files with 183 additions and 0 deletions
+2
View File
@@ -109,6 +109,8 @@ endif()
if (PHMAP_BUILD_EXAMPLES)
add_executable(basic examples/basic.cc)
add_executable(emplace examples/emplace.cc)
add_executable(hash_std examples/hash_std.cc)
endif()