Make rsx::simple_array compatible with serialization
This commit is contained in:
@@ -952,6 +952,7 @@ namespace rsx
|
|||||||
public:
|
public:
|
||||||
using iterator = Ty*;
|
using iterator = Ty*;
|
||||||
using const_iterator = const Ty*;
|
using const_iterator = const Ty*;
|
||||||
|
using value_type = Ty;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
u32 _capacity = 0;
|
u32 _capacity = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user