Boost logo

Boost Testing :

From: Robert Ramey (ramey_at_[hidden])
Date: 2007-08-30 14:47:00


Boris Gubenko wrote:
> This module fails to compile with RW 2.2 on HP-UX also. From a *very*
> brief look it seems to me that the program relies, citing the comment
> in explicit-failures-markup.xml, "on the ability of an std::map to be
> instantiated on an incomplete type. The Rogue Wave version 2.2 and
> higher does not allow this."

Is there a magic/standard way to address this. I took a look and found the
offending line - but I don't see an easy tweak to address this.

> It also fails to compile with STLport, but here, the fix is obvious:
> add missing <utility> header and a using declaration:
>
> #include <utility>
> using std::make_pair;

very easy - thanks for spotting this.

Robert Ramey


Boost-testing list run by mbergal at meta-comm.com