missing }

This commit is contained in:
Marius Bancila 2018-03-12 14:59:31 +02:00 committed by GitHub
parent 0ccd424d81
commit bf8ef0961d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -259,7 +259,7 @@ assert(id1.variant() == uuid_variant::rfc);
```
Examples for genearting new UUIDs with the `uuid_name_generator` class:
```cpp
uuid_name_generator dgen(uuid{"415ccc2b-f5cf-4ec1-b544-45132a518cc8");
uuid_name_generator dgen(uuid{"415ccc2b-f5cf-4ec1-b544-45132a518cc8"});
auto id1 = dgen("john");
assert(!id1.nil());
assert(id1.size() == 16);