This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/81204] [7/8 Regression] Rejects boost headers


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81204

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|                            |6.3.1
   Target Milestone|---                         |7.2
      Known to fail|                            |7.1.1, 8.0

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Original boost testcase:

#include <iostream>

#include <set>

using namespace std;

#include <boost/geometry.hpp>
#include <boost/numeric/ublas/blas.hpp>

int main()
{
    cout << "Hello World!" << endl;
    return 0;
}


clang++4 is said to accept the code as well.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]