Imported Upstream version 1.72.0
[platform/upstream/boost.git] / boost / test / tools / cstring_comparison_op.hpp
index 50f181d..4fc5b78 100644 (file)
@@ -41,8 +41,8 @@ struct name<Lhs,Rhs,typename boost::enable_if_c<                    \
      && unit_test::is_cstring_comparable<Rhs>::value)               \
     >::type >                                                       \
 {                                                                   \
-    typedef typename unit_test::deduce_cstring<Lhs>::type lhs_char_type; \
-    typedef typename unit_test::deduce_cstring<Rhs>::type rhs_char_type; \
+    typedef typename unit_test::deduce_cstring_transform<Lhs>::type lhs_char_type; \
+    typedef typename unit_test::deduce_cstring_transform<Rhs>::type rhs_char_type; \
 public:                                                             \
     typedef assertion_result result_type;                           \
                                                                     \