#ifndef _COMMON_PUREVECTOR_HPP_ #define _COMMON_PUREVECTOR_HPP_ #ifndef _COMMON_ARRAY_HPP_ #include #endif #define PureVector Array #endif