diff options
Diffstat (limited to 'source/core/StarLexicalCast.hpp')
-rw-r--r-- | source/core/StarLexicalCast.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarLexicalCast.hpp b/source/core/StarLexicalCast.hpp index 7c43137..9c671e9 100644 --- a/source/core/StarLexicalCast.hpp +++ b/source/core/StarLexicalCast.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_LEXICAL_CAST_HPP -#define STAR_LEXICAL_CAST_HPP +#pragma once #include "StarFormat.hpp" #include "StarString.hpp" @@ -43,5 +42,3 @@ Type lexicalCast(StringView s, std::ios_base::fmtflags flags = std::ios_base::bo } } - -#endif |