HotSpot Style Guide should permit noexcept

XMLWordPrintable

    • b04

      The noexcept exception specification was introduced in C++11, and dynamic exception specifications (throw() and variants) were deprecated. HotSpot code should be permitted to use noexcept (but not noexcept(false)), and should transition existing uses of throw() to noexcept.

            Assignee:
            Kim Barrett
            Reporter:
            Kim Barrett
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: