added // before comment in tinytypes.hpp (#24)

This commit is contained in:
Alonso Schaich
2023-08-19 00:50:36 +09:00
committed by GitHub
parent 9b9133dc99
commit db80afb4d3

View File

@@ -11,7 +11,7 @@ TINY_SYSTEM_HEADER
#ifdef TINY_NO_INCOMPLETE_UNORDERED_MAP
# include <map>
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 <unordered_map>
#endif