summaryrefslogtreecommitdiffhomepage
path: root/src/LibC++
diff options
context:
space:
mode:
Diffstat (limited to 'src/LibC++')
-rw-r--r--src/LibC++/new.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LibC++/new.h b/src/LibC++/new.h
index 27c8159..faa9da4 100644
--- a/src/LibC++/new.h
+++ b/src/LibC++/new.h
@@ -11,12 +11,12 @@
namespace std {
struct nothrow_t final {
explicit nothrow_t() = default;
- ~nothrow_t() = default;
+ ~nothrow_t() = default;
};
struct placement_t final {
explicit placement_t() = default;
- ~placement_t() = default;
+ ~placement_t() = default;
void* __base{};
int32_t __align{};