/** * This file provides forward declarations for Allocator. */ #pragma once template class Allocator; template class AllocatorWithStackMemory;