#ifndef WRAP_VECTOR_HPP #define WRAP_VECTOR_HPP #include "eng-malloc.hpp" #include namespace eng { template using vector = std::vector>; } // namespace eng #endif // WRAP_VECTOR_HPP