Index: src/experimental/filesystem/filesystem_common.h =================================================================== --- src/experimental/filesystem/filesystem_common.h +++ src/experimental/filesystem/filesystem_common.h @@ -134,11 +134,11 @@ 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 <>