Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
By the same reasoning, all Python solutions should get a comment saying that 'Good solution but requires Python. Would be a problem if writing for embedded devices'. This shows that this comment about C++11 is completely irrelevant.
Not trying to say you're wrong, but I believe this is what siebenschlaefer is trying to say.
Yep, on these devices I could not use C++11. But then again, I did program on a platform once where there was no C++ compiler at all, just a proprietary C compiler. But that does not mean that I should not use C++ at all, right?
IMHO one should look at the available tools and then choose the right ones for the task.
Is that a problem given that the only C++ version available here is C++14?