mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:37:45 +00:00
Everywhere: Remove unnecessary AK and Detail namespace scoping
This commit is contained in:
parent
ae2abcebbb
commit
b8f1e1bed2
10 changed files with 13 additions and 13 deletions
|
@ -19,7 +19,7 @@ public:
|
|||
}
|
||||
|
||||
template<typename T>
|
||||
requires(AK::Detail::IsTriviallyConstructible<T>) T& append_structure()
|
||||
requires(IsTriviallyConstructible<T>) T& append_structure()
|
||||
{
|
||||
VERIFY((reinterpret_cast<FlatPtr>(m_target.data()) + m_offset) % alignof(T) == 0);
|
||||
VERIFY(m_offset + sizeof(T) <= m_target.size());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue