[v7] RAxisBase() is noexcept only if std::string() is.
The standard does not require that std::string's default constructor
be noexcept until C++17. For C++14, all reasonably new STL
implementations do add the noexcept specifier anyway, but e.g. STLs
coming with very old gcc versions might not.
Co-authored-by:
Jonas Hahnfeld <jonas.hahnfeld@cern.ch>
(cherry picked from commit 842bbf85e0c611e00baf724e2c2c3e233b08ef20)
Loading
Please register or sign in to comment