1 2 3 4 5 6 7 8
#pragma once #include <std/fwd/allocator.hpp> namespace std { template <class T, class Allocator = std::allocator<T>> class vector; }