google / libnop

libnop: C++ Native Object Protocols
Other
575 stars 59 forks source link

Fix call to Ensure in integer specialization of std::vector. #11

Closed heiner closed 4 years ago

heiner commented 4 years ago

Ensure takes a length in bytes, not number of elements.

eieio commented 4 years ago

Thanks! I will verify and land shortly.