$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Update for C++17 register keyword error question
From: Osman Zakir (osmanzakir90_at_[hidden])
Date: 2018-12-22 20:26:59
This is the error I get when trying to build Boost 1.69.0 with LLVM: "error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]". I've also sent an email about this to the LLVM developer mailing list.
I've attached the project-config.jam file to this message. Please let me know how to fix this. Thanks in advance.