Commit a627c862 authored by Marc Mutz's avatar Marc Mutz
Browse files

QUnicodeTables: mark all functions as nothrow


Yes, this is necessary. The noexcept operator looks for noexcept tagging,
not at the contents of the function to determine whether to return true.

The more conditionally-noexcept functions are used, the more important it
becomes that low-level functions are correctly marked noexcept. In that, it
is like constexpr.

Change-Id: I4bca178444d1fd7caf3a92f996b1536eebdb5014
Reviewed-by: default avatarThiago Macieira <thiago.macieira@intel.com>
parent 35915e90
No related merge requests found
Showing with 36 additions and 36 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment