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

summaryrefslogtreecommitdiff
path: root/source/core/StarSmallVector.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/StarSmallVector.hpp')
-rw-r--r--source/core/StarSmallVector.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarSmallVector.hpp b/source/core/StarSmallVector.hpp
index 77dc7a5..986a3a3 100644
--- a/source/core/StarSmallVector.hpp
+++ b/source/core/StarSmallVector.hpp
@@ -1,5 +1,4 @@
-#ifndef STAR_SMALL_VECTOR_HPP
-#define STAR_SMALL_VECTOR_HPP
+#pragma once
#include "StarAlgorithm.hpp"
@@ -443,5 +442,3 @@ bool SmallVector<Element, MaxStackSize>::isHeapAllocated() const {
}
}
-
-#endif