Update memory_resource.h

To be consistent with line 135.
This commit is contained in:
Arnaud Botella
2019-08-01 14:43:52 +02:00
committed by GitHub
parent f85dff7415
commit b7d159bbfc

View File

@@ -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)