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