Boost logo

Boost :

From: Beman Dawes (bdawes_at_[hidden])
Date: 2003-12-21 12:15:01


At 04:17 PM 12/20/2003, Robert Ramey wrote:

>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 ) )

Yep, except I think you mean link_check.cpp line 47. Fixed in CVS.

Presumably some compilers find it by ADL, but it should have been qualified
both for clarity and to work with older compilers not doing ADL.

Thanks,

--Beman


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