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:
rbock
2014-08-27 20:43:09 +02:00
parent a514e6bf5e
commit 4ac4b1820b
53 changed files with 190 additions and 190 deletions
+1 -1
View File
@@ -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>...>
{