breese / trial.protocol

Network wire protocols
11 stars 4 forks source link

Change Allocator template to Allocator type #36

Closed breese closed 5 years ago

breese commented 5 years ago

From #35

An Allocator doesn't have to be a template with a single parameter. i.e. The template parameter shouldn't be template<typename> class Allocator but instead just class Allocator. You can default it to std::allocator<char>, it doesn't matter, since you'll be rebinding as necessary.

breese commented 5 years ago

Fixed with b704a2177cd8233be0e8b9d267b33ae9e55ad509