Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use UB impl of launder on when using clang < 8 and c++17
libstdc++'s definition of std::launder places it behind a check for __builtin_launder, which is not available before clang 8. Fixes: #1309
- Loading branch information