update include guard

This commit is contained in:
neargye 2019-05-28 17:54:10 +05:00
parent 9026a202eb
commit 193f3c328e

View file

@ -29,8 +29,8 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE. // SOFTWARE.
#ifndef NAMEOF_HPP #ifndef NEARGYE_NAMEOF_HPP
#define NAMEOF_HPP #define NEARGYE_NAMEOF_HPP
#include <array> #include <array>
#include <cstddef> #include <cstddef>
@ -274,4 +274,4 @@ template <typename T>
// Obtains string name of variable type. // Obtains string name of variable type.
#define NAMEOF_VAR_TYPE(...) ::nameof::nameof_type<decltype(__VA_ARGS__)>() #define NAMEOF_VAR_TYPE(...) ::nameof::nameof_type<decltype(__VA_ARGS__)>()
#endif // NAMEOF_HPP #endif // NEARGYE_NAMEOF_HPP