]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/test/tools/cstring_comparison_op.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / test / tools / cstring_comparison_op.hpp
index 50f181d8581dec86e0eb79597f4eba4dd4307201..4fc5b788cd70c49296b53401348364f1881844fc 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;                           \
                                                                     \