mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 15:12:45 +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
					
				
					 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…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Lenny Maiorani
						Lenny Maiorani