Added noexcept on all correct locations (RAII, internal classes, free functions, trivial cases) (#338)

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.
This commit is contained in:
nyronium 2019-10-23 10:52:29 +02:00 committed by Markus Tavenrath
parent 65af859e4d
commit 6da60c59dc
2 changed files with 8369 additions and 8332 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff