strings include guards

This commit is contained in:
2018-10-06 19:34:20 +07:00
parent 5aad077b70
commit 9d19a04614
2 changed files with 7 additions and 0 deletions

View File

@@ -4,6 +4,8 @@
* Copyright (C) 2018 Matvey Cherevko
******************************************************************************/
#ifndef E2D_INCLUDE_GUARD_4540A3A22AD942D8A6B0C77A3346E73A
#define E2D_INCLUDE_GUARD_4540A3A22AD942D8A6B0C77A3346E73A
#pragma once
#include "_utils.hpp"
@@ -56,3 +58,4 @@ namespace e2d
}
#include "strings.inl"
#endif

View File

@@ -4,6 +4,8 @@
* Copyright (C) 2018 Matvey Cherevko
******************************************************************************/
#ifndef E2D_INCLUDE_GUARD_5BC5A803A3694674845E9953209E8CBE
#define E2D_INCLUDE_GUARD_5BC5A803A3694674845E9953209E8CBE
#pragma once
#include "_utils.hpp"
@@ -390,3 +392,5 @@ namespace e2d { namespace strings
return str(buffer.data(), buffer.data() + actual_format_size);
}
}}
#endif