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