diff options
Diffstat (limited to 'source/core/StarMaybe.hpp')
-rw-r--r-- | source/core/StarMaybe.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarMaybe.hpp b/source/core/StarMaybe.hpp index 2c53bcb..9576ee6 100644 --- a/source/core/StarMaybe.hpp +++ b/source/core/StarMaybe.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_MAYBE_HPP -#define STAR_MAYBE_HPP +#pragma once #include "StarException.hpp" #include "StarHash.hpp" @@ -399,5 +398,3 @@ size_t hash<Maybe<T>>::operator()(Maybe<T> const& m) const { template <typename T> struct fmt::formatter<Star::Maybe<T>> : ostream_formatter {}; - -#endif |