blob: 5110731fb2f893b6d725c802e002a6ade9b73064 [file] [log] [blame]
#pragma once
namespace std
{
struct nothrow_t { explicit nothrow_t() = default; };
}