diff options
Diffstat (limited to 'include/ocl/crc_hash.hpp')
| -rw-r--r-- | include/ocl/crc_hash.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ocl/crc_hash.hpp b/include/ocl/crc_hash.hpp index 848f0e5..4fe1582 100644 --- a/include/ocl/crc_hash.hpp +++ b/include/ocl/crc_hash.hpp @@ -16,6 +16,7 @@ namespace ocl { + /// @brief Crc32 implementation in C++ /// @author Amlal El Mahrouss (amlal@nekernel.org) @@ -88,6 +89,7 @@ namespace ocl template <typename K, typename V> using hash_map = std::unordered_map<K, V, std::hash<ocl::crc_hash_trait>>; + } // namespace ocl inline void |
