diff --git a/libcxx/src/experimental/filesystem/filesystem_common.h b/libcxx/src/experimental/filesystem/filesystem_common.h index 7be167460161..43453a0ad0a4 100644 --- a/libcxx/src/experimental/filesystem/filesystem_common.h +++ b/libcxx/src/experimental/filesystem/filesystem_common.h @@ -118,11 +118,11 @@ T error_value(); template <> _LIBCPP_CONSTEXPR_AFTER_CXX11 void error_value() {} template <> -constexpr bool error_value() { +bool error_value() { return false; } template <> -constexpr uintmax_t error_value() { +uintmax_t error_value() { return uintmax_t(-1); } template <>