#include <vector>
using namespace std;

class Foo;

int main()
{
  vector<Foo* const> vec;
}