In the middle of multithreading parsers.
This commit is contained in:
@@ -11,8 +11,12 @@ class component_array_set {};
|
||||
template<typename C, typename... Ts>
|
||||
class component_array_set<C, z3d::structure<Ts...>>
|
||||
{
|
||||
public:
|
||||
component_array_set() = default;
|
||||
|
||||
C component_flags;
|
||||
z3d::structure<z3d::vector<Ts>...> component_arrays{};
|
||||
|
||||
protected:
|
||||
void clear_component_arrays()
|
||||
{
|
||||
@@ -24,10 +28,6 @@ protected:
|
||||
component_arrays
|
||||
);
|
||||
}
|
||||
|
||||
C component_flags;
|
||||
z3d::structure<z3d::vector<Ts>...> component_arrays{};
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user