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