diff --git a/include/experimental/any b/include/experimental/any index d99b787e..a38397a9 100644 --- a/include/experimental/any +++ b/include/experimental/any @@ -92,8 +92,9 @@ _LIBCPP_BEGIN_NAMESPACE_LFTS class _LIBCPP_EXCEPTION_ABI bad_any_cast : public bad_cast { public: - bad_any_cast() _NOEXCEPT; - virtual ~bad_any_cast() _NOEXCEPT; + //TODO(EricWF) Enable or delete these. + //bad_any_cast() _NOEXCEPT; + //virtual ~bad_any_cast() _NOEXCEPT; virtual const char* what() const _NOEXCEPT; }; diff --git a/src/any.cpp b/src/any.cpp index 49683db9..8c3e9778 100644 --- a/src/any.cpp +++ b/src/any.cpp @@ -11,9 +11,9 @@ _LIBCPP_BEGIN_NAMESPACE_LFTS -bad_any_cast::bad_any_cast() _NOEXCEPT {} - -bad_any_cast::~bad_any_cast() _NOEXCEPT {} +// TODO(EricWF) Enable or delete these +//bad_any_cast::bad_any_cast() _NOEXCEPT {} +//bad_any_cast::~bad_any_cast() _NOEXCEPT {} const char* bad_any_cast::what() const _NOEXCEPT { return "bad any cast"; diff --git a/www/ts1z_status.html b/www/ts1z_status.html index 224f0010..6d90fe37 100644 --- a/www/ts1z_status.html +++ b/www/ts1z_status.html @@ -74,7 +74,7 @@ SearchersImplementation in progress Optional ObjectsInitial implementation complete - class anyImplementation in progress + class anyComplete string_viewComplete memoryImplementation in progress Algorithms libraryComplete