[Boost-bugs] [Boost C++ Libraries] #8265: quadmath.h not found on clang

Subject: [Boost-bugs] [Boost C++ Libraries] #8265: quadmath.h not found on clang
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-03-08 06:06:02


#8265: quadmath.h not found on clang
-------------------------------------+--------------------------------------
 Reporter: nathanridge | Owner: johnmaddock
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: math
  Version: Boost Development Trunk | Severity: Problem
 Keywords: |
-------------------------------------+--------------------------------------
 When trying to compile:

 {{{
 #include <boost/math/special_functions/sign.hpp>
 }}}

 with clang, I get the following compiler error:

 {{{
 In file included from test.cpp:1:
 In file included from boost/math/special_functions/sign.hpp:16:
 boost/math/tools/config.hpp:215:10: fatal error: 'quadmath.h' file not
 found
 #include <quadmath.h>
          ^
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/8265>
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:12 UTC