Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r51025 - in sandbox/SOC/2007/cgi: tags/0.2beta1 tags/0.2beta1/boost tags/0.2beta1/libs trunk/libs/cgi/example/cgi/hello_world
From: lists.drrngrvy_at_[hidden]
Date: 2009-02-04 18:15:34


Author: drrngrvy
Date: 2009-02-04 18:15:34 EST (Wed, 04 Feb 2009)
New Revision: 51025
URL: http://svn.boost.org/trac/boost/changeset/51025

Log:
Tagging version first 0.2 beta. Tested (not to exhaustion) on Ubuntu 64bit and MSVC 9.0. Please report bugs to cgi-devel_at_[hidden]
Added:
   sandbox/SOC/2007/cgi/tags/0.2beta1/
      - copied from r51001, /sandbox/SOC/2007/cgi/branches/pickmeup/
   sandbox/SOC/2007/cgi/tags/0.2beta1/README
      - copied unchanged from r51024, /sandbox/SOC/2007/cgi/branches/pickmeup/README
   sandbox/SOC/2007/cgi/tags/0.2beta1/boost/
      - copied from r51024, /sandbox/SOC/2007/cgi/branches/pickmeup/boost/
   sandbox/SOC/2007/cgi/tags/0.2beta1/libs/
      - copied from r51024, /sandbox/SOC/2007/cgi/branches/pickmeup/libs/
   sandbox/SOC/2007/cgi/tags/0.2beta1/project-root.jam
      - copied unchanged from r51024, /sandbox/SOC/2007/cgi/branches/pickmeup/project-root.jam
Text files modified:
   sandbox/SOC/2007/cgi/trunk/libs/cgi/example/cgi/hello_world/main.cpp | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: sandbox/SOC/2007/cgi/trunk/libs/cgi/example/cgi/hello_world/main.cpp
==============================================================================
--- sandbox/SOC/2007/cgi/trunk/libs/cgi/example/cgi/hello_world/main.cpp (original)
+++ sandbox/SOC/2007/cgi/trunk/libs/cgi/example/cgi/hello_world/main.cpp 2009-02-04 18:15:34 EST (Wed, 04 Feb 2009)
@@ -12,6 +12,7 @@
 // The simplest CGI program, outputs only "Hello there, universe."
 //
 
+#include <iostream>
 #include <boost/cgi/cgi.hpp>
 
 using namespace boost::cgi;


Boost-Commit 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