Subject: Re: [Boost-bugs] [Boost C++ Libraries] #9101: __DragonFly__ preprocessor macro not defined for VC++
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-05-17 00:23:49
#9101: __DragonFly__ preprocessor macro not defined for VC++
-------------------------------+--------------------------
Reporter: ianjirka@⦠| Owner: pmenso57
Type: Bugs | Status: new
Milestone: To Be Determined | Component: preprocessor
Version: Boost 1.54.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+--------------------------
Comment (by eldiener):
The file boost/detail/endian.hpp no longer exists in the latest Boost. For
Boost 1.54 changing lines 49-50 from:
#elif defined(__NetBSD__) || defined(__FreeBSD__) || \
defined(__OpenBSD__) || (__DragonFly__)
to:
#elif defined(__NetBSD__) || defined(__FreeBSD__) || \
defined(__OpenBSD__) || defined(__DragonFly__)
fixes this warning problem.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/9101#comment:3> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:18 UTC