mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-03 04:50:29 +00:00
AK: Export the OptionalNone helper structure
This commit is contained in:
parent
bffc29ae34
commit
0a1874c203
Notes:
sideshowbarker
2024-07-17 02:29:45 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/0a1874c203 Pull-request: https://github.com/SerenityOS/serenity/pull/17031 Reviewed-by: https://github.com/ADKaster Reviewed-by: https://github.com/linusg
1 changed files with 1 additions and 0 deletions
|
@ -549,4 +549,5 @@ private:
|
|||
|
||||
#if USING_AK_GLOBALLY
|
||||
using AK::Optional;
|
||||
using AK::OptionalNone;
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue