mirror of
https://github.com/fraillt/bitsery.git
synced 2026-08-11 15:59:34 +00:00
Update memory_resource.h
To be consistent with line 135.
This commit is contained in:
@@ -124,7 +124,7 @@ namespace bitsery {
|
||||
// it just wraps our PolyAllocWithTypeId and pass 0 as typeId
|
||||
// and defines core functions for c++ Allocator concept,
|
||||
template<class T>
|
||||
struct StdPolyAlloc {
|
||||
class StdPolyAlloc {
|
||||
using value_type = T;
|
||||
|
||||
explicit constexpr StdPolyAlloc(MemResourceBase* memResource)
|
||||
|
||||
Reference in New Issue
Block a user