Re: Bug#753079: c++11 mode in GCC is still marked as experimental (although armel needs work)

2014-07-14 Thread Guo Yixuan
Hi, On Sun, Jul 13, 2014 at 10:41 PM, Guo Yixuan wrote: > > On Sat, Jul 12, 2014 at 11:10 AM, Osamu Aoki wrote: >> >> On Sat, Jul 12, 2014 at 02:00:35PM +0200, Matthias Klose wrote: >> > I would rather drop any package which does use c++11 features without any &

Re: Bug#753079: c++11 mode in GCC is still marked as experimental (although armel needs work)

2014-07-13 Thread Guo Yixuan
s: > > -if(UNIX) > - add_definitions("-std=c++11") > -endif(UNIX) > > Then recent commit has > + if(NOT BOOST_USE_CXX11) > + add_definitions("-DBOOST_NO_CXX11_SCOPED_ENUMS") > + endif() > > Are these kind of updates needed? > > Guo Yixuan

Re: Bug#753079: c++11 mode in GCC is still marked as experimental (although armel needs work)

2014-07-12 Thread Guo Yixuan
is > tar, he is commiting > 5c274357ceaaff941b91e12d3f2f4714df0ecd16 > to revert CMakeLists.txt of oldscheool branch as: > > -if(UNIX) > - add_definitions("-std=c++11") > -endif(UNIX) > > Then recent commit has > + if(NOT BOOST_USE_CXX11) > + add_de