From 46cb009ba4d89ee12df99476af132f1ef1cdd44a Mon Sep 17 00:00:00 2001 From: sliser Date: Sun, 27 Dec 2015 11:26:29 +0300 Subject: [PATCH] added comments regarding msvc bug workarounds --- include/sqlpp11/basic_expression_operators.h | 21 ++++++++++++ include/sqlpp11/column.h | 13 ++++++++ include/sqlpp11/cte.h | 7 ++++ include/sqlpp11/data_types/text/like.h | 4 ++- include/sqlpp11/detail/type_set.h | 1 + include/sqlpp11/expression_fwd.h | 2 ++ include/sqlpp11/extra_tables.h | 9 +++++ include/sqlpp11/from.h | 9 +++++ include/sqlpp11/group_by.h | 7 ++++ include/sqlpp11/having.h | 7 ++++ include/sqlpp11/insert_value_list.h | 35 ++++++++++++++++++++ include/sqlpp11/into.h | 2 ++ include/sqlpp11/limit.h | 6 ++++ include/sqlpp11/logic.h | 3 ++ include/sqlpp11/offset.h | 6 ++++ include/sqlpp11/order_by.h | 7 ++++ include/sqlpp11/select_column_list.h | 7 ++++ include/sqlpp11/select_flag_list.h | 9 ++++- include/sqlpp11/simple_column.h | 1 + include/sqlpp11/single_table.h | 2 ++ include/sqlpp11/statement.h | 14 ++++++++ include/sqlpp11/table.h | 3 ++ include/sqlpp11/table_alias.h | 3 ++ include/sqlpp11/union.h | 7 ++++ include/sqlpp11/update_list.h | 7 ++++ include/sqlpp11/using.h | 7 ++++ include/sqlpp11/where.h | 9 +++++ include/sqlpp11/with.h | 4 +++ 28 files changed, 210 insertions(+), 2 deletions(-) diff --git a/include/sqlpp11/basic_expression_operators.h b/include/sqlpp11/basic_expression_operators.h index 95fa59ca..1d9928db 100644 --- a/include/sqlpp11/basic_expression_operators.h +++ b/include/sqlpp11/basic_expression_operators.h @@ -123,6 +123,13 @@ namespace sqlpp Expr, wrap_operand_t>; +// workaround for msvs bug +// template