]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/preprocessor/test/isempty_variadic_standard_failure2.cxx
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / preprocessor / test / isempty_variadic_standard_failure2.cxx
index f51d4974fe413565abde3ab3896c9cf7d5ffe9c2..7c9d1addf8829ba5b57a4c485d6822edeb10e3b0 100644 (file)
 
 #define FUNC_GEN9(x,y,z) anything
   
+#if defined(__cplusplus) && __cplusplus > 201703L
+  
+# include <boost/preprocessor/variadic/has_opt.hpp>
+
+BEGIN BOOST_PP_IS_EMPTY(FUNC_GEN9) == BOOST_PP_VARIADIC_HAS_OPT() END
+
+#else
+
 BEGIN BOOST_PP_IS_EMPTY(FUNC_GEN9) == 0 END
 
+#endif
+
 #else
   
 BEGIN 1 == 0 END