Skip to content

Commit

Permalink
remove an accidental #ifdef
Browse files Browse the repository at this point in the history
  • Loading branch information
dietmarkuehl committed Jan 13, 2025
1 parent 4dc8a93 commit 5679fea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/beman/lazy/detail/lazy.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ struct lazy {
return ::beman::lazy::detail::coroutine_allocate<C>(size, a...);
}
void operator delete(void* ptr, std::size_t size) {
#if defined(__GNUC__)
#if defined(__GNUC__)
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wmismatched-new-delete"
Expand Down

0 comments on commit 5679fea

Please sign in to comment.