From db80afb4d35c12a1cf54c777dcac4352cf0bb841 Mon Sep 17 00:00:00 2001 From: Alonso Schaich Date: Sat, 19 Aug 2023 00:50:36 +0900 Subject: [PATCH] added // before comment in tinytypes.hpp (#24) --- include/orm/tiny/tinytypes.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/orm/tiny/tinytypes.hpp b/include/orm/tiny/tinytypes.hpp index 8eb968787..e644f8e40 100644 --- a/include/orm/tiny/tinytypes.hpp +++ b/include/orm/tiny/tinytypes.hpp @@ -11,7 +11,7 @@ TINY_SYSTEM_HEADER #ifdef TINY_NO_INCOMPLETE_UNORDERED_MAP # include - Leaving only for reference, the unordered_map is included in the modelscollection.hpp +// Leaving only for reference, the unordered_map is included in the modelscollection.hpp #else # include #endif