Fixed preprocessor directive for when no system defines exist.
This commit is contained in:
parent
207f06bd56
commit
4179dacce4
@ -688,7 +688,7 @@ namespace uuids
|
|||||||
bytes.byte15
|
bytes.byte15
|
||||||
} };
|
} };
|
||||||
return uuid{ std::begin(arrbytes), std::end(arrbytes) };
|
return uuid{ std::begin(arrbytes), std::end(arrbytes) };
|
||||||
#elif
|
#else
|
||||||
return uuid{};
|
return uuid{};
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user