$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Error when trying to build Boost 1.69.0 with LLVM
From: Osman Zakir (osmanzakir90_at_[hidden])
Date: 2018-12-22 18:39:38
When trying to build Boost 1.69.0 with LLVM, I had an error about the "register" keyword, regarding the removal of it in C++17. I searched on the Web and found out that I can use the "-Wno-register" flag to calm down Clang 6.0.0. What do I do in Clang 8.0.0? The same?