libc++abi: Adding std::bad_array_length

Howard Hinnant howard.hinnant at gmail.com
Tue Sep 10 18:21:58 PDT 2013


On Sep 9, 2013, at 8:09 PM, Marshall Clow <mclow.lists at gmail.com> wrote:

> As the implementations of exception classes are migrating into libc++abi, here's the corresponding patch to my earlier one (Subject: libc++: Adding std::bad_array_length) for libc++abi.
> 
> <libcxxabi-bad_array_length.patch>
> 
> -- Marshall
> 
> Marshall Clow     Idio Software   <mailto:mclow.lists at gmail.com>
> 
> A.D. 1517: Martin Luther nails his 95 Theses to the church door and is promptly moderated down to (-1, Flamebait).
>        -- Yu Suzuki
> 
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

One quibble:  There's a tab in src/new.cpp between #define and _LIBCPP_BUILDING_NEW.

Please commit.

Thanks,
Howard





More information about the cfe-commits mailing list