mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-07 13:41:11 -06:00
The compiler actually does a much better job at telling you if two result columns have the same name as soon as you are trying to use them. In contrast to the static_assert, the compiler will even say which name is ambiguous.