jbcoe / value_types

value types for composite class design - with allocators
MIT License
37 stars 13 forks source link

Minor fixes #402

Closed jwakely closed 7 months ago

jwakely commented 7 months ago

The standard uses class in template heads, not typename. And std:: should not be present on std::allocator_arg_t or std::allocator_traits.