Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/core/StarVariant.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/StarVariant.hpp')
-rw-r--r--source/core/StarVariant.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarVariant.hpp b/source/core/StarVariant.hpp
index d70d960..049779a 100644
--- a/source/core/StarVariant.hpp
+++ b/source/core/StarVariant.hpp
@@ -1,5 +1,4 @@
-#ifndef STAR_VARIANT_HPP
-#define STAR_VARIANT_HPP
+#pragma once
#include <type_traits>
#include <utility>
@@ -943,5 +942,3 @@ void MVariant<Types...>::ConstRefCaller<Function>::operator()(T const& t) {
template <typename FirstType, typename... RestTypes>
struct fmt::formatter<Star::Variant<FirstType, RestTypes...>> : ostream_formatter {};
-
-#endif