From 5d539bbb8124ded91d00b67a7c38491870a83129 Mon Sep 17 00:00:00 2001 From: Zach Laine Date: Mon, 5 Dec 2016 18:26:52 -0600 Subject: [PATCH] Swap order of template params to terminal<> and expression_ref<> aliases to match the convention of the rest of the library. --- boost/yap/detail/expression.hpp | 6 +- boost/yap/expression_fwd.hpp | 4 +- example/lazy_vector.cpp | 8 +- example/tarray.cpp | 12 +- example/vec3.cpp | 2 +- perf/code_gen_samples.cpp | 2 +- test/call_expr.cpp | 17 ++- test/call_expr_implicit.cpp | 9 +- test/compile_const_term.cpp | 24 +-- test/compile_copy_only_types.cpp | 3 +- test/compile_is_expr.cpp | 17 ++- test/compile_move_only_types.cpp | 12 +- test/compile_placeholders.cpp | 12 +- test/compile_term_plus_expr.cpp | 144 +++++++++--------- test/compile_term_plus_term.cpp | 61 ++++---- test/compile_term_plus_x.cpp | 33 ++-- ...compile_term_plus_x_this_ref_overloads.cpp | 33 ++-- test/compile_x_plus_term.cpp | 33 ++-- test/default_eval.cpp | 19 ++- test/depth_stress_test_left.cpp | 2 +- test/depth_stress_test_right.cpp | 2 +- test/deref.cpp | 25 +-- test/lazy_vector_alloc_test.cpp | 8 +- test/left.cpp | 57 +++---- test/operators_unary.cpp | 6 +- test/placeholder_eval.cpp | 11 +- test/print.cpp | 19 ++- test/reference_returns.cpp | 2 +- test/right.cpp | 31 ++-- test/user_eval_expression_as.cpp | 11 +- test/user_expression_transform.cpp | 2 +- test/user_expression_transform_2.cpp | 2 +- test/user_expression_transform_3.cpp | 23 +-- test/user_operator_and_eval_expression_as.cpp | 11 +- test/user_operator_eval.cpp | 11 +- test/value.cpp | 25 +-- 36 files changed, 384 insertions(+), 315 deletions(-) diff --git a/boost/yap/detail/expression.hpp b/boost/yap/detail/expression.hpp index 836dfb6..48159eb 100644 --- a/boost/yap/detail/expression.hpp +++ b/boost/yap/detail/expression.hpp @@ -97,7 +97,7 @@ namespace boost { namespace yap { template