we love warnings

v1
Brett 2024-01-16 14:24:41 -05:00
parent a4f0b1e3d4
commit a2e8cacaf2
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ namespace blt
*
* ALLOCATORS RETURN UNINIT STORAGE!! THIS HAS BEEN DISABLED.
*/
inline void allocate_in_block(pointer begin, size_t n)
inline void allocate_in_block(pointer, size_t)
{
// if constexpr (std::is_default_constructible_v<T> && !std::is_trivially_default_constructible_v<T>)
// {