Hi all,

with the clang and c++0x (= pre c++11) support recently merged to master,
I'd like to follow up and complete the transition with all our code-base
adhering to C++11.

 This moves us to the C++11 standard, see some nice things and new
programming approaches it brings:
http://blog.smartbear.com/c-plus-plus/the-biggest-changes-in-c11-and-why-you-should-care/

I used automated migration with clang-modernize from latest llvm-3.4-svn,
please let me know if you agree with the C++11 suggested methods?


The most interesting features are: auto type, use of nullptr, and
range-based loops are really sweet;)


You can see how the code looks like at a closed PR:
https://github.com/numenta/nupic/pull/321

If you guys are in favor of this, I'll resurrect this PR, and it already
nicely applies to master.
Regards, Mark

-- 
Marek Otahal :o)
_______________________________________________
nupic mailing list
[email protected]
http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org

Reply via email to