Since r320250 c++98 is no longer the default, but cxx_status.html still said it was. I think the original intent of the statement was to say that clang by default supports some c++11 features which is no longer as pertinent information so this patch removes this statement. The page no longer mentions the default c++ dialect.
An alternative would be to say the default prior to Clang 6.0 (gnu++98) and from 6.0 onwards (gnu++14).