7 lines
89 B
Text
7 lines
89 B
Text
|
// vim: set ft=cpp
|
||
|
#pragma once
|
||
|
|
||
|
namespace std {
|
||
|
struct nothrow_t {};
|
||
|
} // namespace std
|