hashmap was in a bad place
parent
4de984bdb8
commit
a691ca76b0
|
@ -18,9 +18,6 @@
|
||||||
namespace blt::logging
|
namespace blt::logging
|
||||||
{
|
{
|
||||||
|
|
||||||
template<typename K, typename V>
|
|
||||||
using hashmap = std::unordered_map<K, V>;
|
|
||||||
|
|
||||||
enum class log_level
|
enum class log_level
|
||||||
{
|
{
|
||||||
// default
|
// default
|
||||||
|
@ -215,6 +212,9 @@ namespace blt::logging
|
||||||
#endif
|
#endif
|
||||||
#include <ios>
|
#include <ios>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
|
||||||
|
template<typename K, typename V>
|
||||||
|
using hashmap = std::unordered_map<K, V>;
|
||||||
|
|
||||||
namespace blt::logging {
|
namespace blt::logging {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue