libobjc2 C++11 compatibility fix.

2013-06-04 Thread Maxthon Chan
Here is a small patch I made so that libobjc2 can be built on environments where -std=c++11 presents in CXXFLAGS. The last time when I built libobjc2 linking against libsupc++ with clang SVN (itself is built with C++11 enabled, together with lldb and linked against libc++) enabling C++11, I hit

Re: libobjc2 C++11 compatibility fix.

2013-06-05 Thread Luboš Doležel
On Wed, 05 Jun 2013 07:50:02 +0800, Maxthon Chan wrote: Here is a small patch I made so that libobjc2 can be built on environments where -std=c++11 presents in CXXFLAGS. The last time when I built libobjc2 linking against libsupc++ with clang SVN (itself is built with C++11 enabled, together wit