Subject: Cannot compile boost: type_traits has problems?
To: None <netbsd-help@netbsd.org>
From: Stephane Bortzmeyer <stephane@sources.org>
List: netbsd-help
Date: 08/24/2005 10:15:48
I cannot compile Boost (a C++ library used by many C++ programs) on my
UltraSparc. (See
http://sourceforge.net/tracker/index.php?func=detail&aid=1267229&group_id=7586&atid=107586
for the complete report.)

John Maddock made a sample program to demonstrate the issue. The
following program fails on UltraSparc/NetBSD 2.0.1 while it compiles
fine on the same type of UltraSparc with Debian/Linux:

--- cut ---
#include <iostream>
#include <vector>
#include <iterator>
#include <algorithm>
#include <type_traits.h>
--- cut ---

g++ 3.3