We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f43a3b commit 0739d50Copy full SHA for 0739d50
src/ystdlib/containers/Array.hpp
@@ -1,5 +1,5 @@
1
-#ifndef YSTDLIB_CONTAINERS_ARRAY
2
-#define YSTDLIB_CONTAINERS_ARRAY
+#ifndef YSTDLIB_CONTAINERS_ARRAY_HPP
+#define YSTDLIB_CONTAINERS_ARRAY_HPP
3
4
#include <algorithm>
5
#include <concepts>
@@ -119,4 +119,4 @@ class Array {
119
};
120
} // namespace ystdlib::containers
121
122
-#endif // YSTDLIB_CONTAINERS_ARRAY
+#endif // YSTDLIB_CONTAINERS_ARRAY_HPP
0 commit comments