Skip to content

Commit

Permalink
remove ifdef
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Jun 25, 2024
1 parent bec890f commit 0948921
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/aws/crt/StlAllocator.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ namespace Aws
return static_cast<RawPointer>(aws_mem_acquire(m_allocator, n * sizeof(T)));
}

#if _LIBCPP_STD_VER > 20
std::allocation_result<T *> allocate_at_least(size_type n) { return {allocate(n), n}; }
#endif

void deallocate(RawPointer p, size_type)
{
Expand Down

0 comments on commit 0948921

Please sign in to comment.