mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-01-06 02:49:31 -06:00
added // before comment in tinytypes.hpp (#24)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user