From a6f506b57fe45f559e8c35109f714e146fd9f78a Mon Sep 17 00:00:00 2001 From: sliser Date: Tue, 15 Dec 2015 18:20:33 +0300 Subject: [PATCH 1/3] fixed build for msvs 2015 update 1 --- include/sqlpp11/basic_expression_operators.h | 13 ++-- include/sqlpp11/column.h | 6 +- include/sqlpp11/cte.h | 10 ++- include/sqlpp11/data_types/text/like.h | 2 +- include/sqlpp11/detail/type_set.h | 15 +++++ include/sqlpp11/expression_fwd.h | 6 ++ include/sqlpp11/extra_tables.h | 22 +++++-- include/sqlpp11/from.h | 22 +++++-- include/sqlpp11/group_by.h | 18 +++++- include/sqlpp11/having.h | 18 +++++- include/sqlpp11/insert_value_list.h | 64 ++++++++++++++------ include/sqlpp11/into.h | 8 ++- include/sqlpp11/limit.h | 26 ++++++-- include/sqlpp11/logic.h | 13 ++++ include/sqlpp11/offset.h | 26 ++++++-- include/sqlpp11/order_by.h | 18 +++++- include/sqlpp11/select_column_list.h | 20 ++++-- include/sqlpp11/select_flag_list.h | 20 ++++-- include/sqlpp11/simple_column.h | 3 + include/sqlpp11/single_table.h | 8 ++- include/sqlpp11/statement.h | 14 +++-- include/sqlpp11/table.h | 2 +- include/sqlpp11/table_alias.h | 2 +- include/sqlpp11/union.h | 19 ++++-- include/sqlpp11/update_list.h | 18 +++++- include/sqlpp11/using.h | 18 +++++- include/sqlpp11/where.h | 26 ++++++-- include/sqlpp11/with.h | 17 +++++- 28 files changed, 366 insertions(+), 88 deletions(-) diff --git a/include/sqlpp11/basic_expression_operators.h b/include/sqlpp11/basic_expression_operators.h index 9ab73977..95fa59ca 100644 --- a/include/sqlpp11/basic_expression_operators.h +++ b/include/sqlpp11/basic_expression_operators.h @@ -124,11 +124,14 @@ namespace sqlpp wrap_operand_t>; template