[Saga-devel] saga SVN commit 3381: /trunk/examples/misc/
amerzky at cct.lsu.edu
amerzky at cct.lsu.edu
Sat Jan 24 13:26:17 CST 2009
User: amerzky
Date: 2009/01/24 01:26 PM
Modified:
/trunk/examples/misc/
boost_process.cpp
Log:
cleanup
File Changes:
Directory: /trunk/examples/misc/
================================
File [modified]: boost_process.cpp
Delta lines: +3 -7
===================================================================
--- trunk/examples/misc/boost_process.cpp 2009-01-24 19:25:45 UTC (rev 3380)
+++ trunk/examples/misc/boost_process.cpp 2009-01-24 19:26:16 UTC (rev 3381)
@@ -1,4 +1,7 @@
+#include <iostream>
+#include <boost/process.hpp>
+
int main ()
{
try
@@ -14,13 +17,6 @@
boost::process::launcher l;
- // std::map <std::string, std::string> :: iterator it;
-
- // for ( it = env_.begin (); it != env_.end (); it++ )
- // {
- // l.set_environment ( (*it).first, (*it).second );
- // }
-
boost::process::child c = l.start (cl);
boost::process::status status = c.wait ();
More information about the saga-devel
mailing list