src/cxx_supportlib/vendor-modified/boost/config/compiler/pathscale.hpp in passenger-6.0.20 vs src/cxx_supportlib/vendor-modified/boost/config/compiler/pathscale.hpp in passenger-6.0.23
- old
+ new
@@ -133,6 +133,9 @@
# define BOOST_NO_CXX17_FOLD_EXPRESSIONS
#endif
#if !defined(__cpp_if_constexpr) || (__cpp_if_constexpr < 201606)
# define BOOST_NO_CXX17_IF_CONSTEXPR
#endif
+#if !defined(__cpp_nontype_template_parameter_auto) || (__cpp_nontype_template_parameter_auto < 201606)
+# define BOOST_NO_CXX17_AUTO_NONTYPE_TEMPLATE_PARAMS
+#endif
#endif