Jump to conversation
Unresolved conversations (2)
@eldiener eldiener Aug 9, 2017
This isn't your code but can't be take the sizeof(digits_begin) and use that instead of hardcoding 22 and further on down hardcoding '> 21' ? Hardcoding numbers is generally poor c++ if there is a better way to get the hardcoded value from the compiler.
Outdated
include/boost/uuid/string_generator.hpp
jeking3 eldiener
@eldiener eldiener Aug 9, 2017
Can this not be: `else if (i == 6 || i == 8 || i == 10) {`
Outdated
include/boost/uuid/string_generator.hpp
jeking3
Resolved conversations (0)