[Allocator] Constrain the Deallocate templated overloads to only apply
to types which we can compute the size of. The comparison with zero isn't actually interesting here, it's mostly about putting sizeof into a sfinae context. This is particular important for Deallocate as otherwise the void* overload can quickly become ambiguous. llvm-svn: 206251
parent
7620b315
Please register or sign in to comment