mirror of
https://github.com/boostorg/signals.git
synced 2026-01-19 04:42:10 +00:00
Add note and FAQ indicating that Boost.Signals is no longer maintained
[SVN r84764]
This commit is contained in:
11
doc/faq.xml
11
doc/faq.xml
@@ -5,6 +5,17 @@
|
||||
<title>Frequently Asked Questions</title>
|
||||
|
||||
<qandaset>
|
||||
<qandaentry>
|
||||
<question>
|
||||
<para>Is Boost.Signals being actively maintained?</para>
|
||||
</question>
|
||||
<answer>
|
||||
<para>No. Please migrate to <ulink url="http://www.boost.org/doc/html/signals2.html">Boost.Signals2</ulink>.
|
||||
There is a
|
||||
<ulink url="http://www.boost.org/doc/html/signals2/api_changes.html#signals2.porting">porting guide</ulink>
|
||||
in the Signals2 documentation.</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
<qandaentry>
|
||||
<question>
|
||||
<para>Don't noncopyable signal semantics mean that a class
|
||||
|
||||
@@ -2,7 +2,16 @@
|
||||
<!DOCTYPE section PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN"
|
||||
"http://www.boost.org/tools/boostbook/dtd/boostbook.dtd">
|
||||
<section last-revision="$Date$">
|
||||
<title>Introduction</title>
|
||||
|
||||
<title>Introduction</title>
|
||||
|
||||
<para><emphasis role="bold">Boost.Signals is no longer being actively maintained.</emphasis>
|
||||
Do not use Boost.Signals for new development (use
|
||||
<ulink url="http://www.boost.org/doc/html/signals2.html">Boost.Signals2</ulink>
|
||||
instead). If you have existing Boost.Signals-based code, it will
|
||||
continue to work, but consider moving to Boost.Signals2. There is
|
||||
<ulink url="http://www.boost.org/doc/html/signals2/api_changes.html#signals2.porting">
|
||||
a porting guide</ulink> in the Signals2 documentation.</para>
|
||||
|
||||
<para>The Boost.Signals library is an implementation of a managed
|
||||
signals and slots system. Signals represent callbacks with multiple
|
||||
|
||||
Reference in New Issue
Block a user