Opened 15 years ago
Closed 15 years ago
#1103 closed Feature Requests (fixed)
Add BOOST_NO_IOSFWD
| Reported by: | Peter Dimov | Owned by: | John Maddock |
|---|---|---|---|
| Milestone: | Boost 1.35.0 | Component: | config |
| Version: | Severity: | Problem | |
| Keywords: | Cc: |
Description
// MACRO: BOOST_NO_IOSFWD
// TITLE: <iosfwd>
// DESCRIPTION: The <iosfwd> header is missing
#include <iosfwd>
namespace boost_no_iosfwd
{
int test()
{
return 0;
}
}
Change History (2)
comment:1 by , 15 years ago
| Status: | new → assigned |
|---|
comment:2 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Now that we have a release branch and we know that most libs will be merged to it, I'm closing this one down as fixed.
Note:
See TracTickets
for help on using tickets.

Added to SVN trunk, will leave open till it's merged with 1.35 release branch (when we have one).