1#pragma once
2
3namespace std
4{
5
6struct nothrow_t { explicit nothrow_t() = default; };
7
8}
9