mariusbancila / stduuid

A C++17 cross-platform implementation for UUIDs
MIT License
742 stars 112 forks source link

Forward declare to_string function #56

Closed sketchylizard closed 2 years ago

sketchylizard commented 2 years ago

Forward declare to_string function before it is used in a friend declaration and deleted the default template parameters from the definition to prevent warnings in GCC.

Also add "if constexp" to an if statement that was constant.