build: remove entt library

This commit is contained in:
2026-07-27 09:33:51 +08:00
parent 7b530968af
commit 6d0e60e241
115 changed files with 0 additions and 24797 deletions

View File

@@ -1,20 +0,0 @@
#ifndef ENTT_STL_BIT_HPP
#define ENTT_STL_BIT_HPP
/*! @cond ENTT_INTERNAL */
#if __has_include(<entt/ext/stl/bit.hpp>)
# include <entt/ext/stl/bit.hpp>
#else
# include <bit>
namespace entt::stl {
using std::bit_ceil;
using std::has_single_bit;
using std::popcount;
} // namespace entt::stl
#endif
/*! @endcond */
#endif