Minor
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 9 May 2019 23:22:08 +0000 (16:22 -0700)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 9 May 2019 23:22:08 +0000 (16:22 -0700)
src/hb-meta.hh

index 5885209..88b7f2f 100644 (file)
@@ -137,7 +137,7 @@ struct hb_is_convertible
   static hb_true_t impl2 (hb_conditional<to_void, int, To>);
 
   template <typename T>
-  static auto impl (hb_priority<1>) HB_AUTO_RETURN ( impl2 (hb_declval (T)) )
+  static auto impl (hb_priority<1>) -> decltype (impl2 (hb_declval (T)));
   template <typename T>
   static hb_false_t impl (hb_priority<0>);
   public: