Clang 5 in a Docker container for C++17 development--SolarianProgrammer
Very convenient to create a development environment without hassles.
Clang 5 in a Docker container for C++17 development
by SolarianProgrammer
From the article:
If you want to try the new C++17, using Clang in a Docker container, you are in the right place. Running Clang in a container has the advantage that it is light on resources and won’t mess with your underlying OS. The last point is especially important if your host operating system is macOS, on which it is a really bad idea to directly install a binary Clang other than the one that comes with Xcode. I’ve tested the approach presented in this article on Windows 10, macOS High Sierra and Ubuntu Linux.

ACCU’s Overload journal of December 2017 is out. It contains the following C++ related articles.
Some template tricks.
Discover how C++ evolves:
This is about visual studio, but this is also about how the deprecated mechanisms work.
Slides from a talk about C++17 features