What Should Go Into the Standard Library—Titus Winters : Standard C++

/?FeederAction=clicked&feed=All+Post

  • What Should Go Into the Standard Library—Titus Winters
    http://isocpp.org/feeder/?FeederAction=clicked&feed=All+Posts&seed=http%3A%2F%2Fisocpp.org%2Fblog%2F2

    Titus responds to Guy Davidson’s article, what should go into the STL.

    What Should Go Into the C++ Standard Library

    By Titus Winters

    From the article:

    So, what should go in the standard library? Fundamentals. Things that can only be done with compiler support, or compile-time things that are so subtle that only the standard should be trusted to get it right. Vocabulary. Time, vector, string. Concurrency. Mutex, future, executors. The wide array of “sometimes useful data structure” and “random metaprogramming” could and should be shuffled off into a semi-standard repository of available but distinct utility libraries. Those may themselves have different design and stability philosophies, like Boost or Abseil - the principles that make the standard what it is are not (...)

    #News,Articles&_Books,