Added alias operators to wrapped value operands

This commit is contained in:
rbock
2014-08-18 21:10:58 +02:00
parent f859f7fe4a
commit e5e97d10b6
4 changed files with 50 additions and 11 deletions

View File

@@ -92,5 +92,7 @@ int main()
printer.reset();
std::cerr << serialize(stat, printer).str() << std::endl;
select(sqlpp::value(7).as(t.alpha));
return 0;
}