#ifndef _FC_VECTOR_FWD_HPP_ #define _FC_VECTOR_FWD_HPP_ namespace fc { template class vector; template class reflector; template class reflector< fc::vector >; }; #endif // _FC_VECTOR_FWD_HPP_