mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-22 17:24:48 -05:00
d7596a0a61
C++ will jovially select the implicit conversion operator, even if it's complete bogus, such as for unknown-size types or non-destructible types. Therefore, all such conversions (which incur a copy) must (unfortunately) be explicit so that non-copyable types continue to work. NOTE: We make an exception for trivially copyable types, since they are, well, trivially copyable. Co-authored-by: kleines Filmröllchen <filmroellchen@serenityos.org> |
||
---|---|---|
.. | ||
Internal | ||
IDBCursor.cpp | ||
IDBCursor.h | ||
IDBCursor.idl | ||
IDBDatabase.cpp | ||
IDBDatabase.h | ||
IDBDatabase.idl | ||
IDBFactory.cpp | ||
IDBFactory.h | ||
IDBFactory.idl | ||
IDBIndex.cpp | ||
IDBIndex.h | ||
IDBIndex.idl | ||
IDBKeyRange.cpp | ||
IDBKeyRange.h | ||
IDBKeyRange.idl | ||
IDBObjectStore.cpp | ||
IDBObjectStore.h | ||
IDBObjectStore.idl | ||
IDBOpenDBRequest.cpp | ||
IDBOpenDBRequest.h | ||
IDBOpenDBRequest.idl | ||
IDBRequest.cpp | ||
IDBRequest.h | ||
IDBRequest.idl | ||
IDBTransaction.cpp | ||
IDBTransaction.h | ||
IDBTransaction.idl | ||
IDBVersionChangeEvent.cpp | ||
IDBVersionChangeEvent.h | ||
IDBVersionChangeEvent.idl |