#pragma once namespace std { struct nothrow_t { explicit nothrow_t() = default; }; }