From 00fb11b2d4893074aa3799c4dcaaa88d08c3a0ad Mon Sep 17 00:00:00 2001 From: rbock Date: Sat, 31 Oct 2015 19:26:07 +0100 Subject: [PATCH] Cleaned up result_field_methods Much less clutter (and fixed null_is_trivial handling, I think) --- include/sqlpp11/result_field_methods.h | 62 ++++++++------------------ 1 file changed, 19 insertions(+), 43 deletions(-) diff --git a/include/sqlpp11/result_field_methods.h b/include/sqlpp11/result_field_methods.h index 9e82387e..7f256180 100644 --- a/include/sqlpp11/result_field_methods.h +++ b/include/sqlpp11/result_field_methods.h @@ -33,58 +33,34 @@ namespace sqlpp { - namespace detail - { - template - struct get_field_spec_impl - { - static_assert(wrong_t::value, "Invalid argument for get_field_spec"); - }; - - template