mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-16 04:47:18 +08:00
Minor cleanup
This commit is contained in:
parent
7c80a2a6e0
commit
ef0672a97a
@ -66,10 +66,6 @@ namespace sqlpp
|
||||
return { *this };
|
||||
}
|
||||
|
||||
|
||||
using _value_type = no_value_t;
|
||||
using _is_multi_column = std::true_type;
|
||||
|
||||
std::tuple<Columns...> _columns;
|
||||
};
|
||||
|
||||
@ -101,12 +97,6 @@ namespace sqlpp
|
||||
multi_column_alias_t& operator=(multi_column_alias_t&&) = default;
|
||||
~multi_column_alias_t() = default;
|
||||
|
||||
struct _value_type: public no_value_t
|
||||
{
|
||||
using _is_selectable = std::true_type;
|
||||
};
|
||||
using _is_multi_column = std::true_type;
|
||||
|
||||
std::tuple<Columns...> _columns;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user