summaryrefslogtreecommitdiff
path: root/euler/include/std/fwd/allocator.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'euler/include/std/fwd/allocator.hpp')
-rw-r--r--euler/include/std/fwd/allocator.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/euler/include/std/fwd/allocator.hpp b/euler/include/std/fwd/allocator.hpp
new file mode 100644
index 0000000..18e14a8
--- /dev/null
+++ b/euler/include/std/fwd/allocator.hpp
@@ -0,0 +1,6 @@
+#pragma once
+
+namespace std {
+ template <class T>
+ struct allocator;
+}