summaryrefslogtreecommitdiff
path: root/index.htm
diff options
context:
space:
mode:
authorVladimir Prus <ghost@cs.msu.su>2004-05-27 07:03:45 +0000
committerVladimir Prus <ghost@cs.msu.su>2004-05-27 07:03:45 +0000
commit58dce0345471f83d3254f37464d7fb5ede80f247 (patch)
tree4ae99884316cbed63172f68a71c4aa8651faa9d2 /index.htm
parent04b77f686b93a4ec4a3263417761d6e0a0a6f967 (diff)
downloadboost-58dce0345471f83d3254f37464d7fb5ede80f247.tar.gz
Mention program_options addition.
[SVN r22948]
Diffstat (limited to 'index.htm')
-rw-r--r--index.htm4
1 files changed, 4 insertions, 0 deletions
diff --git a/index.htm b/index.htm
index 12cdffa64e..4c0e145b92 100644
--- a/index.htm
+++ b/index.htm
@@ -120,6 +120,10 @@
<h3> ??? - Version 1.3?.?</h3>
<ul>
+ <li><a href="doc/html/program_options.html">Program
+ Options Library</a> added - access to configuration
+ data given on command line, in config files and other
+ sources, from Vladimir Prus.</li>
<li><a href="doc/html/signals.html">Signals</a> library: introduced deterministic slot ordering, permitting slots to be connected at the beginning or end of slot groups or the slot list itself. Combiners may safely have state and are accessible from the signal.</li>
<li>Compose: This deprecated library has been removed.</li>
<li><a href="libs/utility/utility.htm">Utility</a>: class template <a href="libs/utility/utility.htm#result_of">result_of</a> added.</li>