Subject: Re: [Boost-bugs] [Boost C++ Libraries] #6779: Scoped enums break linking compatibility between C++98 and C++11
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-09-06 22:17:02
#6779: Scoped enums break linking compatibility between C++98 and C++11
-------------------------------+------------------------
Reporter: andysem | Owner: bemandawes
Type: Bugs | Status: new
Milestone: To Be Determined | Component: filesystem
Version: Boost 1.48.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+------------------------
Comment (by chrisstankevitz@â¦):
It seems boost::signals2 is also affected by this. Consider this function
definition:
void f(boost::signals2::signal<void(const std::string&)>::slot_type)
c++98 signature:
f(boost::signals2::slot1<void, std::string const&)
c++0x signature:
f(boost::signals2::slot<void (std::string const&))
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/6779#comment:7> 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:14 UTC