diff --git a/include/uuid.h b/include/uuid.h index 34f59e5..1cbdb0e 100644 --- a/include/uuid.h +++ b/include/uuid.h @@ -688,7 +688,7 @@ namespace uuids bytes.byte15 } }; return uuid{ std::begin(arrbytes), std::end(arrbytes) }; -#elif +#else return uuid{}; #endif }