Subject: [Boost-bugs] [Boost C++ Libraries] #5272: Inconsistent/unintended inclusion of io.hpp
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-03-07 03:43:25
#5272: Inconsistent/unintended inclusion of io.hpp
------------------------------------------------+---------------------------
Reporter: Hans-Andreas Engel <engel@â¦> | Owner: matthiasschabel
Type: Bugs | Status: new
Milestone: To Be Determined | Component: units
Version: Boost 1.45.0 | Severity: Problem
Keywords: |
------------------------------------------------+---------------------------
The following includes of `io.hpp` (and `iostream`) are probably
unintended, given that they are not included in the other files. It would
be nice to remove these (and possibly include io.hpp elsewhere).
{{{
$ egrep -r 'iostream|io\.hpp' units | egrep -v '\.svn|(si|cgs)/io\.hpp'
units/systems/angle/revolutions.hpp:#include <boost/units/io.hpp>
units/systems/angle/degrees.hpp:#include <boost/units/io.hpp>
units/systems/angle/gradians.hpp:#include <boost/units/io.hpp>
units/systems/si/area.hpp:#include <iostream>
units/systems/si/area.hpp:#include <boost/units/io.hpp>
units/systems/temperature/fahrenheit.hpp:#include <boost/units/io.hpp>
}}}
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/5272> 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:50:05 UTC