Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-02-25 09:37:54


David Abrahams wrote:
> Update of /cvsroot/boost/boost/tools/build/test
> In directory sc8-pr-cvs1:/tmp/cvs-serv1393/tools/build/test

[...]
> RCS file: /cvsroot/boost/boost/tools/build/test/build_dir.py,v
> retrieving revision 1.6
> retrieving revision 1.7
> diff -u -d -r1.6 -r1.7
> --- build_dir.py 20 Feb 2003 13:08:50 -0000 1.6
> +++ build_dir.py 25 Feb 2003 14:37:05 -0000 1.7
> @@ -17,10 +17,10 @@
> exe a : a.cpp ;
> build-project src ;
> """)
> -t.write("a.cpp", "int main() {}\n")
> +t.write("a.cpp", "int main() { retrun 0; }\n")

Are you sure about "retrun" ? ;-)

- Volodya

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk