mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-02-18 12:18:45 -06:00
fixed build for msvs 2015 update 1
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
namespace sqlpp
|
||||
{
|
||||
template <typename AliasProvider, typename Table, typename... ColumnSpec>
|
||||
struct table_alias_t : public member_t<ColumnSpec, column_t<AliasProvider, ColumnSpec>>...
|
||||
struct table_alias_t : public ColumnSpec::_alias_t::template _member_t<column_t<AliasProvider, ColumnSpec>>...
|
||||
{
|
||||
// FIXME: Need to add join functionality
|
||||
using _traits = make_traits<value_type_of<Table>,
|
||||
|
||||
Reference in New Issue
Block a user