fixed list of changes

This commit is contained in:
Marius Bancila 2018-09-05 12:51:53 +03:00
parent 0a42b9f66d
commit 07c92656b5

View File

@ -29,7 +29,7 @@ Revised with feedback from the LWG and the community.
* Removed typedefs and others container-like parts.
* Defined the correlation between the internal UUID bytes and the string representation.
* Added UUID layout and byte order specification from the RFC 4122 document.
# Added section on alternative ordering design
* Added section on alternative ordering design
* Most functions are constexpr.
* Replaced typedefs with using statements.