Partially revert r273382, to reduce diffs against upstream. This was a
temporary fix to solve a conflict with an older version of libc++, and it is no longer relevant. MFC after: 3 days
This commit is contained in:
parent
f50c52a6c1
commit
ff569dac96
@ -82,19 +82,14 @@ const char* bad_typeid::what() const throw()
|
||||
return "std::bad_typeid";
|
||||
}
|
||||
|
||||
__attribute__((weak))
|
||||
bad_array_new_length::bad_array_new_length() throw() {}
|
||||
__attribute__((weak))
|
||||
bad_array_new_length::~bad_array_new_length() {}
|
||||
__attribute__((weak))
|
||||
bad_array_new_length::bad_array_new_length(const bad_array_new_length&) throw() {}
|
||||
__attribute__((weak))
|
||||
bad_array_new_length& bad_array_new_length::operator=(const bad_array_new_length&) throw()
|
||||
{
|
||||
return *this;
|
||||
}
|
||||
|
||||
__attribute__((weak))
|
||||
const char* bad_array_new_length::what() const throw()
|
||||
{
|
||||
return "std::bad_array_new_length";
|
||||
|
Loading…
x
Reference in New Issue
Block a user