summaryrefslogtreecommitdiff
path: root/src/jit/jitstd/new.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jit/jitstd/new.h')
-rw-r--r--src/jit/jitstd/new.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/jit/jitstd/new.h b/src/jit/jitstd/new.h
new file mode 100644
index 0000000000..4a95be5c0b
--- /dev/null
+++ b/src/jit/jitstd/new.h
@@ -0,0 +1,17 @@
+//
+// Copyright (c) Microsoft. All rights reserved.
+// Licensed under the MIT license. See LICENSE file in the project root for full license information.
+//
+
+
+
+#pragma once
+
+namespace jitstd
+{
+
+struct placement_t
+{
+};
+
+}