Use nullptr, rvalue references, default function template parameters, deleted/defaulted functions, noexcept, final, override and scoped enums. Don't use constexpr yet, as it would raise MSVC requirement.
It is always an error and UB. Explicitly deleting the functions produces better compiler errors. Closes https://github.com/boostorg/filesystem/issues/278.