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