Subject: [Boost-bugs] [Boost C++ Libraries] #1102: Add BOOST_NO_IOSTREAM
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2007-07-21 18:11:49
#1102: Add BOOST_NO_IOSTREAM
------------------------------+---------------------------------------------
Reporter: pdimov | Owner: johnmaddock
Type: Feature Requests | Status: new
Milestone: Boost 1.35.0 | Component: config
Version: | Severity: Problem
Keywords: |
------------------------------+---------------------------------------------
{{{
// MACRO: BOOST_NO_IOSTREAM
// TITLE: No iostream support
// DESCRIPTION: The <iostream>, <istream>, <ostream> headers are
missing
#include <iostream>
#include <istream>
#include <ostream>
namespace boost_no_iostream
{
int test()
{
return 0;
}
}
}}}
--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1102>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:56 UTC