Rename Assert.hpp --> Ensure.hpp, style fixes.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-12-13 11:45:00 +01:00
parent 4e854516c1
commit 90bb8d54b6
11 changed files with 20 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
#ifndef ARBUTILS_DICTIONARY_HPP
#define ARBUTILS_DICTIONARY_HPP
#include "../Assert.hpp"
#include "../Ensure.hpp"
namespace ArbUt {
/// @brief Wrapper around unordered_map, allowing safer access and adding several helper methods.