Introduce usage of constexpr for constructors of structs. (#385)

This commit is contained in:
Andreas Süßenbach
2019-09-23 15:57:48 +02:00
committed by Markus Tavenrath
parent 720c8aec77
commit e2268eadb6
4 changed files with 2273 additions and 2210 deletions

View File

@@ -47,3 +47,4 @@ script:
- echo "}" >> /tmp/test.cpp
- cat /tmp/test.cpp
- ${CXX} -std=c++11 -Wall -Ivulkan -IVulkan-Headers/include -c /tmp/test.cpp
- ${CXX} -std=c++14 -Wall -Ivulkan -IVulkan-Headers/include -c /tmp/test.cpp