$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [build] How to use with clang on windows?
From: Adam Merz (adammerz_at_[hidden])
Date: 2016-04-02 16:36:52
FWIW, here are the changes I made to Boost.Config to get Clang/C2 working
on a project of mine that only uses header-only libs from Boost:
https://gist.github.com/dodheim/918e9dc480fe39e590c3af2ceb706e1b
The `BOOST_HAS_` additions are for parity with visualc.hpp and are of
lesser importance.
Regards,
Adam (aka ildjarn aka Dodheim)