From dd3ffd9b3fe74ac3f63dd7520b72cf499d5e0a24 Mon Sep 17 00:00:00 2001 From: Yuria-Shikibe <3415339403@qq.com> Date: Mon, 1 Jan 2024 23:26:32 +0800 Subject: [PATCH] Update TileMap.cppm --- src/arc/container/TileMap.cppm | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/arc/container/TileMap.cppm b/src/arc/container/TileMap.cppm index bcacf7cc..1074f88e 100644 --- a/src/arc/container/TileMap.cppm +++ b/src/arc/container/TileMap.cppm @@ -5,8 +5,6 @@ import ; import Concepts; import RuntimeException; -//TODO import ; support this after msvc update - export namespace Container { template class TileMap