[cfe-dev] Trying to build libcxx/libcxxabi on Linux 64 bit
Dmitri Gribenko
gribozavr at gmail.com
Sun Jun 23 23:17:52 PDT 2013
On Sun, Jun 23, 2013 at 10:34 PM, Shriramana Sharma <samjnaa at gmail.com> wrote:
> BTW I just also noticed the following error in libcxx/include/list line 1603:
>
> list<_Tp, _Alloc>::pop_back()
> {
> _LIBCPP_ASSERT(!empty(), "list::pop_front() called with empty list");
>
> pop_front should read pop_back
Fixed in r184691, thanks!
Dmitri
--
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/
More information about the cfe-dev
mailing list