From be691582ee12613278af24cb5a824eeb357f6324 Mon Sep 17 00:00:00 2001 From: Benji Dial Date: Mon, 29 Jul 2024 11:27:22 -0400 Subject: some work on compositor --- euler/include/std/fwd/allocator.hpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 euler/include/std/fwd/allocator.hpp (limited to 'euler/include/std/fwd/allocator.hpp') 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 + struct allocator; +} -- cgit v1.2.3