Re: [Kicad-developers] [PATCH 3/3] C++11: replace std::auto_ptr

2015-03-06 Thread Wayne Stambaugh
Please do *not* commit any patches for C++ 0x11. Using C++ 0x11 is not an option at this point. We still have to support older compilers that do not support 0x11. I do not want to abandoned a large segment of our user base. On 3/6/2015 5:28 AM, Simon Richter wrote: > --- > common/fp_lib_table.

Re: [Kicad-developers] [PATCH 3/3] C++11: replace std::auto_ptr

2015-03-06 Thread Simon Richter
Hi, On 06.03.2015 13:13, Wayne Stambaugh wrote: > Please do *not* commit any patches for C++ 0x11. Using C++ 0x11 is not > an option at this point. We still have to support older compilers that > do not support 0x11. I do not want to abandoned a large segment of our > user base. Yes, those we