私は次のことをしようとしています:
struct Code
{
GF2X generator;
vector<GF2X> codeWords;
};
vector<Code> allCodes;
ただし、次のエラーが発生します。
error: template argument for 'template<class _Alloc> class std::allocator' uses local type 'main()::Code'|
これが何を意味するのか、私は完全に迷っています。また、C++ でのプログラミングはこれが初めてです。