[Smtk-developers] Using C++ 11 Syntax
Ben Boeckel
ben.boeckel at kitware.com
Mon Jun 20 10:09:52 EDT 2016
On Sun, Jun 19, 2016 at 11:20:20 -0400, Bob Obara wrote:
> I would like to start using some parts of C++ 11 - for example using
> auto. Do feel that this is ok? I noticed that when I used auto I got
> a warning from building on the Mac.
Note that `endor` is probably the compiler with the weakest C++11
support (GCC 4.8.4) and is building for Ubuntu 14.04.
When adding C++11 stuff, make sure it is supported there (or we can
update the compiler/OS).
--Ben
More information about the Smtk-developers
mailing list