mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-05-03 09:29:39 -05:00
Removed stray sqlpp namespace qualifiers
The usage was very inconsistent. Also, I just saw that the current VC++ cannot deal with qualifiers in combination with template aliases
This commit is contained in:
@@ -51,7 +51,7 @@ namespace sqlpp
|
||||
typename Select,
|
||||
typename... NamedExpr
|
||||
>
|
||||
struct select_pseudo_table_t: public sqlpp::table_t<select_pseudo_table_t<
|
||||
struct select_pseudo_table_t: public table_t<select_pseudo_table_t<
|
||||
Select,
|
||||
NamedExpr...>, select_column_spec_t<Select, NamedExpr>...>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user