mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-02-08 06:38:27 -06:00
Replaced tag_yes and tag_no by std::true_type and std::false_type
This commit is contained in:
@@ -37,7 +37,7 @@ namespace sqlpp
|
||||
template<typename Lhs, typename Rhs>
|
||||
struct assignment_t
|
||||
{
|
||||
using _is_assignment = tag_yes;
|
||||
using _is_assignment = std::true_type;
|
||||
using column_type = Lhs;
|
||||
using value_type = Rhs;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user