Subject: [Boost-bugs] [Boost C++ Libraries] #3051: boost::variant should observe BOOST_NO_TYPEID and BOOST_NO_IOSTREAM
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2009-05-19 17:58:41
#3051: boost::variant should observe BOOST_NO_TYPEID and BOOST_NO_IOSTREAM
-------------------------------------------------------------------------+--
Reporter: nstewart_at_[hidden] | Owner: ebf
Type: Patches | Status: new
Milestone: Boost 1.40.0 | Component: variant
Version: Boost 1.38.0 | Severity: Showstopper
Keywords: boost::variant, variant, BOOST_NO_TYPEID, BOOST_NO_IOSTREAM |
-------------------------------------------------------------------------+--
boost:variant can be used with both BOOST_NO_TYPEID and BOOST_NO_IOSTREAM,
providing it is conditionalized to omit certain functionality:
17a18,19
>
> #if !defined(BOOST_NO_TYPEID)
18a21
> #endif // BOOST_NO_TYPEID
693a697,699
>
> #if !defined(BOOST_NO_TYPEID)
>
706a713,714
> #endif // BOOST_NO_TYPEID
>
1629a1638
> #if !defined(BOOST_NO_TYPEID)
1634a1644
> #endif
1825a1836,1837
>
> #if !defined(BOOST_NO_IOSTREAM)
1826a1839
> #endif // BOOST_NO_IOSTREAM
This patch is w.r.t 1.38.0, but the version in 1.39.0 appears to be
unchanged.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/3051> 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:00 UTC