fixed build for msvs 2015 update 1

This commit is contained in:
sliser
2015-12-15 18:20:33 +03:00
parent 833eeccd61
commit a6f506b57f
28 changed files with 366 additions and 88 deletions

View File

@@ -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>,