|
Boost : |
Subject: Re: [boost] BOOST_HAS_PRAGMA_ONCE
From: Stephen Kelly (hello_at_[hidden])
Date: 2015-02-03 17:00:57
Ion Gaztañaga wrote:
> El 01/02/2015 a las 10:14, Stephen Kelly escribió:
>>
>> Hello,
>>
>> As of commit 5b20f4910d8b6b48b0b6ad2df693d36edf54cf21 in the interprocess
>> repo, the affected files seem to expect prior include of config by the
>> the includer.
>>
>> Apparently this is not obvious to everyone, so it seems worth pointing
>> out.
>>
>> Thanks,
>>
>> Steve.
>
> Thank you for spotting this.
You added
+#ifndef BOOST_CONFIG_HPP
+# include <boost/config.hpp>
+#endif
instead of
+#include <boost/config.hpp>
Why the needless noise?
Thanks,
Steve.
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk