Browse Source

Add signals (v1) to list of discontinued libraries

Glen Fernandes 7 years ago
parent
commit
5b532f23e2
1 changed files with 3 additions and 0 deletions
  1. 3 0
      libs/libraries.htm

+ 3 - 0
libs/libraries.htm

@@ -90,6 +90,9 @@ how to download, build, and install the libraries.</p>
         from Nicolai Josuttis.  Removed in Boost version 1.32.
         from Nicolai Josuttis.  Removed in Boost version 1.32.
         Please use <a href="bind/bind.html">Bind</a> or <a
         Please use <a href="bind/bind.html">Bind</a> or <a
         href="lambda/index.html">Lambda</a> instead.</li>
         href="lambda/index.html">Lambda</a> instead.</li>
+    <li>signals (v1) - Managed signals and slots callback implementation, from
+        Doug Gregor. Removed in Boost version 1.69. Please use
+        <a href="signals2/index.html">Signals2</a> instead.</li>
 </ul>
 </ul>
 
 
 <hr>
 <hr>

粤ICP备19079148号