mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
AK: Stop publishing detail namespaced functions
Problem: - `AK::Detail::integer_sequence_generate_array` is published via a `using` directive in the `Array.h` header, but this is a `Detail` function. Solution: - Remove the `using` declaration.
This commit is contained in:
parent
0fdfdbed9f
commit
c27abaabc4
Notes:
sideshowbarker
2024-07-18 05:39:52 +09:00
Author: https://github.com/ldm5180 Commit: https://github.com/SerenityOS/serenity/commit/c27abaabc44 Pull-request: https://github.com/SerenityOS/serenity/pull/9369
1 changed files with 0 additions and 1 deletions
|
@ -111,4 +111,3 @@ constexpr static auto iota_array(T const offset = {})
|
|||
|
||||
using AK::Array;
|
||||
using AK::iota_array;
|
||||
using AK::Detail::integer_sequence_generate_array;
|
||||
|
|
Loading…
Reference in a new issue