|
@@ -555,7 +555,7 @@ public:
|
|
|
* just created otherwise.
|
|
* just created otherwise.
|
|
|
*/
|
|
*/
|
|
|
template<typename... Component>
|
|
template<typename... Component>
|
|
|
- decltype(auto) create() {
|
|
|
|
|
|
|
+ auto create() {
|
|
|
entity_type entity;
|
|
entity_type entity;
|
|
|
|
|
|
|
|
if(destroyed == null) {
|
|
if(destroyed == null) {
|