moya-lang / Allocator

Ultra fast C++11 allocator for STL containers.
BSD 2-Clause "Simplified" License
270 stars 25 forks source link

Reason for using `std::allocator<void>::const_pointer` #3

Closed lambdaknight closed 5 years ago

lambdaknight commented 6 years ago

Is there a reason you use std::allocator<void>::const_pointer instead of just const void*? In C++17, std::allocator<void> is deprecated and it will be completely gone in C++20.

moya-mmoczala commented 6 years ago

Thank you for reporting. I'll correct it.

moya-mmoczala commented 5 years ago

Issue has been resolved