mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
fix uuid/string_generator.hpp
This commit is contained in:
parent
e15e8f123e
commit
d6a01cd831
10 changed files with 8 additions and 16 deletions
|
@ -114,8 +114,7 @@ namespace sprout {
|
|||
return has_dashes
|
||||
? is_dash(nc.c)
|
||||
? generate_2_2(nc.next(), open_brace, has_dashes, args...)
|
||||
//: throw std::domain_error("string_generator: invalid uuid string (dashes not found)") // ???
|
||||
: generate_2_2(nc, open_brace, has_dashes, args...)
|
||||
: throw std::domain_error("string_generator: invalid uuid string (dashes not found)")
|
||||
: generate_2_2(nc, open_brace, has_dashes, args...)
|
||||
;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue