Skip to content

Commit

Permalink
Added noexcept on all correct locations (RAII, internal classes, free…
Browse files Browse the repository at this point in the history
… functions, trivial cases)

This includes complex cases such as generated functions (those not returning VkResult and nothing
with an allocator like std::vector), all internal classes (Flags),
all functions not returning VkResult, as well as all trivial cases.
  • Loading branch information
nyronium committed Oct 23, 2019
1 parent 65af859 commit 6cf1e3e
Show file tree
Hide file tree
Showing 2 changed files with 8,363 additions and 8,326 deletions.
Loading

0 comments on commit 6cf1e3e

Please sign in to comment.