Boost logo

Boost :

From: Robert Ramey (ramey_at_[hidden])
Date: 2004-08-26 23:14:06


>Bronek Kozicki wrote:

#include <fstream>
#include <boost/config.hpp>
#include "test_tools.hpp"

int main()
{
     const char * testfile = boost::archive::tmpnam(NULL);
     test_ostream os(testfile, TEST_STREAM_FLAGS);
     test_oarchive oa_implementation(os);
     printf("boom\n\n");
}

I'm amazed you could figure this out. Thank you, this is very helpful.

Robert Ramey


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