diff --git a/include/sqlpp11/dynamic.h b/include/sqlpp11/dynamic.h index 39b55b65..5763f7f2 100644 --- a/include/sqlpp11/dynamic.h +++ b/include/sqlpp11/dynamic.h @@ -78,22 +78,6 @@ namespace sqlpp template using remove_dynamic_t = typename remove_dynamic::type; -#warning: Should not turn Expr to into optional, but just the value type - template - struct dynamic_to_optional - { - using type = T; - }; - - template - struct dynamic_to_optional> - { - using type = force_optional_t; - }; - - template - using dynamic_to_optional_t = typename dynamic_to_optional::type; - template Context& serialize(Context& context, const dynamic_t