Increase PoolBox to Version 0.9.0

This commit is contained in:
Jaby
2024-07-29 13:36:06 -05:00
parent 7b189445af
commit e609d2b406
12 changed files with 119 additions and 54 deletions

View File

@@ -3,9 +3,6 @@
namespace JabyEngine {
namespace Make {
using JabyEngine::operator""_i16;
using JabyEngine::operator""_u16;
template<typename T, typename...ARGS>
static constexpr T creator_template(const ARGS&...args) {
return T::create(args...);