tests: Add a guard around noexcept in vktestbinding.h
authorDave Houlton <daveh@lunarg.com>
Fri, 22 Dec 2017 20:55:53 +0000 (13:55 -0700)
committerMark Lobodzinski <mark@lunarg.com>
Fri, 4 May 2018 15:31:34 +0000 (09:31 -0600)
commitfd051d36f78dad0f25370acadfe8f6f6ed8cd2fa
tree82adb8adad2329be02913fc672d537a81019ae32
parent5b95004c15a8b82877e8ad73a75e89263101c3b4
tests: Add a guard around noexcept in vktestbinding.h

VS2013 does not provide 'noexcept'. Layers had multiple occurences
of a NOEXCEPT macro to protect the VS2013 build. This commit
consolidates that macro to a single location in vk_sdk_platform.h,
which is also visible to the layer tests via test_common.h.

Updates the vktestbinding.h occurences of 'noexcept' to use the
NOEXCEPT macro.

Change-Id: I38bf8c08cda6fe75de78dff69050a913b47f91b1
include/vulkan/vk_sdk_platform.h