mirror of
https://github.com/boostorg/boost.git
synced 2025-04-14 09:00:36 +00:00
Add VMD to libs/libraries.htm
This commit is contained in:
parent
06c1c8c28c
commit
26b67c3b8c
1 changed files with 2 additions and 0 deletions
|
@ -374,6 +374,7 @@ how to download, build, and install the libraries.</p>
|
|||
<li><a href="uuid/index.html">uuid</a> - A universally unique identifier, from Andy Tompkins.</li>
|
||||
<li><a href="variant/index.html">variant</a> - Safe, generic, stack-based discriminated union
|
||||
container, from Eric Friedman and Itay Maman.</li>
|
||||
<li><a href="vmd/index.html">VMD</a> - Variadic Macro Data library, from Edward Diener.</li>
|
||||
<li><a href="wave/index.html">wave</a> - Standards conformant
|
||||
implementation of the mandated C99/C++ preprocessor functionality packed behind an easy to use iterator interface, from Hartmut Kaiser </li>
|
||||
<li><a href="xpressive/index.html">xpressive</a> - Regular expressions that can be written as strings or as expression templates,
|
||||
|
@ -842,6 +843,7 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
|
|||
<li><a href="preprocessor/doc/index.html">preprocessor</a> - Preprocessor
|
||||
metaprogramming tools including repetition and recursion, from Vesa Karvonen
|
||||
and Paul Mensonides.</li>
|
||||
<li><a href="vmd/index.html">VMD</a> - Variadic Macro Data library, from Edward Diener.</li>
|
||||
</ul>
|
||||
|
||||
<h3><a name="Programming">Programming Interfaces</a></h3>
|
||||
|
|
Loading…
Add table
Reference in a new issue