10 lines
No EOL
125 B
C++
10 lines
No EOL
125 B
C++
namespace std
|
|
{
|
|
void __throw_bad_function_call()
|
|
{
|
|
}
|
|
|
|
void __throw_out_of_range_fmt(char const *, ...)
|
|
{
|
|
}
|
|
} // namespace std
|