Boost logo

Boost Testing :

From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2007-09-14 04:53:56


K. Noel Belcourt wrote:

> Hi,
>
> It looks like something has broken the sun-5.9 testing in the last
> few days.
>
> sun.compile.c++ ../../../bin.v2/tools/regression/build/sun-5.9/
> release/address-model-64/link-static/library_status.o
> "../library_status.cpp", line 298: Error: The function "make_pair"
> must have a prototype.
> "../library_status.cpp", line 303: Error: The function "make_pair"
> must have a prototype.
> "../library_status.cpp", line 340: Error: The function "make_pair"
> must have a prototype.
> "../library_status.cpp", line 346: Error: The function "make_pair"
> must have a prototype.
> "../library_status.cpp", line 372: Error: The function "make_pair"
> must have a prototype.
> "../library_status.cpp", line 378: Error: The function "make_pair"
> must have a prototype.
> 6 Error(s) detected.

Well, make_pair is declared in <utility> and this header isn't included, so
simply adding this include should help. I would do this myself, but since
the SVN move I have lost the ability.

Markus

PS: What is current policy of giving commit rights to regression testers?
In the past, it was very convenient to commit small platform fixes myself
instead of having someone else do the commit.


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