9 lines
88 B
Text
9 lines
88 B
Text
|
#pragma once
|
||
|
|
||
|
namespace std
|
||
|
{
|
||
|
|
||
|
struct nothrow_t { explicit nothrow_t() = default; };
|
||
|
|
||
|
}
|