Abseil C++

An open-source collection of C++ library code designed to augment the C++ standard library

  • What Should Go Into the C++ Standard Library
    https://abseil.io/blog/20180227-what-should-go-stdlib

    By Titus Winters (titus@google.com), @TitusWinters

    About the Author - Titus holds a PhD in Computer Science Education from UC Riverside. He created most of Google’s internal C++ coursework, and plays an active role in the C++ mentoring program that serves several thousand Google C++ engineers. He has been deeply involved in C++ library infrastructure since 2011, through the Google C++ Library Team and now Abseil. He chairs the Library Evolution Working Group (LEWG) - the sub-committee of the C++ Standard that focuses on the design of the C++ standard library.

    A few interesting pieces on the direction and design for C++ have circulated recently. First off, I strongly recommend everyone read through Direction for ISO C++ ; it provides a lot of excellent detail and suggestions, as (...)