|
Boost : |
From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2002-09-16 05:10:07
Hello,
the file execution_monitor.cpp from the test library fails to compile on
IBM VACPP 5.
"../../../libs/test/build/../src/execution_monitor.cpp", line 144.5:
1540-0431 (S) The declarator cannot be qualified with the enclosing
namespace "boost".
It complains about the following line.
int boost::execution_monitor::execute( int timeout )
The fix is easy. Just remove "boost::" as the function definition is in
namespace boost anyway.
TIA, Markus
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk