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.