Skip to content
Snippets Groups Projects
Commit 1b5d0d38 authored by Enrico Guiraud's avatar Enrico Guiraud Committed by Axel Naumann
Browse files

[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: default avatarJonas Hahnfeld <jonas.hahnfeld@cern.ch>
(cherry picked from commit 842bbf85e0c611e00baf724e2c2c3e233b08ef20)
parent 92b4f05b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment