mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-02-17 11:48:29 -06:00
removed namespace vendor
This commit is contained in:
@@ -61,8 +61,6 @@ namespace sqlpp
|
||||
Table _table;
|
||||
};
|
||||
|
||||
namespace vendor
|
||||
{
|
||||
template<typename Context, typename AliasProvider, typename Table, typename... ColumnSpec>
|
||||
struct serializer_t<Context, table_alias_t<AliasProvider, Table, ColumnSpec...>>
|
||||
{
|
||||
@@ -77,7 +75,6 @@ namespace sqlpp
|
||||
}
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user