replaced TINYORM_COMMON_NAMESPACE with macro

This commit is contained in:
silverqx
2021-10-19 19:40:17 +02:00
parent cf0d60e122
commit 89f8566d33
132 changed files with 566 additions and 921 deletions
+4 -7
View File
@@ -5,10 +5,8 @@
#include "orm/schema/grammars/sqliteschemagrammar.hpp"
#include "orm/schema/sqliteschemabuilder.hpp"
#ifdef TINYORM_COMMON_NAMESPACE
namespace TINYORM_COMMON_NAMESPACE
{
#endif
TINYORM_BEGIN_COMMON_NAMESPACE
namespace Orm
{
@@ -61,6 +59,5 @@ std::unique_ptr<QueryProcessor> SQLiteConnection::getDefaultPostProcessor() cons
}
} // namespace Orm
#ifdef TINYORM_COMMON_NAMESPACE
} // namespace TINYORM_COMMON_NAMESPACE
#endif
TINYORM_END_COMMON_NAMESPACE