mirror of
https://github.com/boostorg/boost.git
synced 2025-04-07 22:39:25 +00:00
Added uuid library
[SVN r57988]
This commit is contained in:
parent
7659f67fcd
commit
4402496eed
4 changed files with 5 additions and 1 deletions
|
@ -303,6 +303,7 @@ how to download, build, and install the libraries.</p>
|
|||
function templates, plus <b>base-from-member idiom</b>, from Dave Abrahams and others.</li>
|
||||
<li><a href="utility/value_init.htm">value_initialized</a> - Wrapper for uniform-syntax value initialization,
|
||||
from Fernando Cacciola, based on the original idea of David Abrahams.</li>
|
||||
<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="wave/index.html">wave</a> - Standards conformant
|
||||
|
@ -589,6 +590,7 @@ how to download, build, and install the libraries.</p>
|
|||
Kalicinski and Sebastian Redl.
|
||||
<li><a href="tuple/doc/tuple_users_guide.html">tuple</a> - Ease definition of functions returning multiple values, and more,
|
||||
from Jaakko Järvi.</li>
|
||||
<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>
|
||||
</ul>
|
||||
|
|
|
@ -89,6 +89,7 @@ unordered Daniel James <daniel_james -at- fmail.co.uk>
|
|||
utility
|
||||
utility/enable_if Jaakko Jarvi <jarvi -at- cs.tamu.edu>, Jeremiah Willcock <jewillco -at- osl.iu.edu>
|
||||
utility/swap Joseph Gauterin <joseph.gauterin -at- googlemail.com>
|
||||
uuid Andy Tompkins <atompkins -at- fastmail.fm>
|
||||
variant Eric Friedman <ericbrandon -at- gmail.com>
|
||||
wave Hartmut Kaiser <hartmut.kaiser -at- gmail.com>
|
||||
xpressive Eric Niebler <eric -at- boostpro.com>
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 88da98e37b9539c103ae9e6fc7db1b4e52010585
|
||||
Subproject commit f883e1ffc0686a790fba14185fd7b800f758858e
|
|
@ -135,6 +135,7 @@ run-tests
|
|||
utility/enable_if/test # test-suite utility/enable_if
|
||||
utility/swap/test # test-suite utility/swap
|
||||
utility/test # test-suite utility
|
||||
uuid/test # test-suite uuid
|
||||
variant/test # test-suite variant
|
||||
wave/test/build # test-suite wave
|
||||
xpressive/test # test-suite xpressive
|
||||
|
|
Loading…
Add table
Reference in a new issue