Update of /cvsroot/boost/boost/libs/spirit/phoenix/example/users_manual
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv19850
Added Files:
Tag: SPIRIT_RC_1_8_5
algorithm.cpp
Log Message:
sync from spirit PHOENIX_V2 branch
--- NEW FILE: algorithm.cpp ---
/*=============================================================================
Copyright (c) 2001-2006 Joel de Guzman
Use, modification and distribution is subject to the Boost Software
License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
==============================================================================*/
#include <iostream>
#include <boost/spirit/phoenix/algorithm.hpp>
using namespace boost::phoenix;
using namespace std;
int
main()
{
int array[] = {1, 2, 3};
int output[3];
copy(arg1, arg2)(array, output);
return 0;
}
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs