Drop defunct IS_TRIVIALLY_CONSTRUCTIBLE handling from prevector.h

It's now only referenced from the bench, so leave it there. This allows us to
drop the associated includes as well.
This commit is contained in:
Ben Woosley
2018-11-13 04:15:09 -05:00
parent b60f4e3f09
commit 7bad78c2c8
3 changed files with 9 additions and 13 deletions

View File

@@ -15,8 +15,6 @@
#include <iterator>
#include <type_traits>
#include <compat.h>
#pragma pack(push, 1)
/** Implements a drop-in replacement for std::vector<T> which stores up to N
* elements directly (without heap allocation). The types Size and Diff are