Recently on the Spot blog:
Trip Report: Journey to the Alps -- Participating in the C++ Standardization Process
by Nathan Wilson
From the article:
... At Spot Trading, we currently utilize many of the C++11 features -- lambdas, keyword auto, nullptr, move operations, constexpr, range based for loops, explicit overrides, atomic operations, threading, futures, and new pointer types. Bjarne Stroustrup has said that we want to be able to continue to make simple things simple. These features of the language, mentioned above, certainly do that...
Add a Comment
Comments are closed.