#ifndef __HYPERNEAT_POINTER_HPP__ #define __HYPERNEAT_POINTER_HPP__ #include namespace hyperneat { template using Pointer = std::unique_ptr; } #endif