mirror of
https://github.com/RGBCube/serenity
synced 2025-07-10 06:47:34 +00:00
![]() This enables us to use keys of type NonnullRefPtr in HashMaps and HashTables. This commit also includes fixes in various places that used HashMap<T, NonnullRefPtr<U>>::get() and expected to get an Optional<NonnullRefPtr<U>> and now get an Optional<U*>. |
||
---|---|---|
.. | ||
ClientConnection.h | ||
CMakeLists.txt | ||
LexerAutoComplete.cpp | ||
LexerAutoComplete.h | ||
main.cpp | ||
ParserAutoComplete.cpp | ||
ParserAutoComplete.h |