1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-09 06:20:46 +00:00

AK: Export the OptionalNone helper structure

This commit is contained in:
Timothy Flynn 2023-01-14 23:15:04 -05:00 committed by Linus Groh
parent bffc29ae34
commit 0a1874c203

View File

@ -549,4 +549,5 @@ private:
#if USING_AK_GLOBALLY
using AK::Optional;
using AK::OptionalNone;
#endif