libcxxrt now implements bad_array_new_length and need to gaurd against multiple defines. Patch from Baptiste Daroussin.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@220882 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a01a62391c
commit
3fdac97f2a
@ -192,8 +192,6 @@ bad_alloc::what() const _NOEXCEPT
|
|||||||
|
|
||||||
#endif // !__GLIBCXX__
|
#endif // !__GLIBCXX__
|
||||||
|
|
||||||
#endif //LIBCXXRT
|
|
||||||
|
|
||||||
bad_array_new_length::bad_array_new_length() _NOEXCEPT
|
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*
|
const char*
|
||||||
bad_array_length::what() const _NOEXCEPT
|
bad_array_length::what() const _NOEXCEPT
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user