mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +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:
committed by
Andreas Kling
parent
0fdfdbed9f
commit
c27abaabc4
@@ -111,4 +111,3 @@ constexpr static auto iota_array(T const offset = {})
|
|||||||
|
|
||||||
using AK::Array;
|
using AK::Array;
|
||||||
using AK::iota_array;
|
using AK::iota_array;
|
||||||
using AK::Detail::integer_sequence_generate_array;
|
|
||||||
|
|||||||
Reference in New Issue
Block a user