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