Do not define bad_array_new_length::bad_array_new_length in libc++ anymore
when used in combinaison with libcxxrt since it is now defined there already. This fixes building world
This commit is contained in:
parent
668026383c
commit
e1f7d54595
@ -192,8 +192,6 @@ bad_alloc::what() const _NOEXCEPT
|
||||
|
||||
#endif // !__GLIBCXX__
|
||||
|
||||
#endif //LIBCXXRT
|
||||
|
||||
bad_array_new_length::bad_array_new_length() _NOEXCEPT
|
||||
{
|
||||
}
|
||||
@ -202,6 +200,8 @@ bad_array_new_length::~bad_array_new_length() _NOEXCEPT
|
||||
{
|
||||
}
|
||||
|
||||
#endif //LIBCXXRT
|
||||
|
||||
const char*
|
||||
bad_array_length::what() const _NOEXCEPT
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user