Skip to content

Commit

Permalink
run bake
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaspard-- committed Sep 24, 2024
1 parent a3ee94e commit c50e36a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions distr/flecs.h
Original file line number Diff line number Diff line change
Expand Up @@ -16839,8 +16839,8 @@ template<class Ty> inline void free_obj(Ty* _ptr) {
#define flecs_static_assert(cond, str) static_assert(cond, str)
#endif

inline void* operator new(size_t, flecs::_::placement_new_tag_t, void* _ptr) noexcept { return _ptr; }
inline void operator delete(void*, flecs::_::placement_new_tag_t, void*) noexcept { }
FLECS_API inline void* operator new(size_t, flecs::_::placement_new_tag_t, void* _ptr) noexcept { return _ptr; }
FLECS_API inline void operator delete(void*, flecs::_::placement_new_tag_t, void*) noexcept { }

namespace flecs
{
Expand Down

0 comments on commit c50e36a

Please sign in to comment.