Boost logo

Boost :

From: Robert Ramey (ramey_at_[hidden])
Date: 2003-12-20 16:17:21


When I try to build inspect I get a syntax error at line 47 in inspect .cpp

if ( !is_directory( full_path ) )

Is it possible that this line should read:

if ( !fs::is_directory( full_path ) )

Robert Ramey


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk