mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-08-09 02:07:04 +08:00
build: remove entt library
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
#ifndef ENTT_STL_ARRAY_HPP
|
||||
#define ENTT_STL_ARRAY_HPP
|
||||
|
||||
/*! @cond ENTT_INTERNAL */
|
||||
#if __has_include(<entt/ext/stl/array.hpp>)
|
||||
# include <entt/ext/stl/array.hpp>
|
||||
#else
|
||||
# include <array>
|
||||
|
||||
namespace entt::stl {
|
||||
|
||||
using std::array;
|
||||
using std::get;
|
||||
|
||||
} // namespace entt::stl
|
||||
#endif
|
||||
/*! @endcond */
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user