Overv / VulkanTutorial

Tutorial for the Vulkan graphics and compute API
https://vulkan-tutorial.com
Creative Commons Attribution Share Alike 4.0 International
3.18k stars 519 forks source link

Makefile snippets are inconsistent #108

Closed sehraf closed 6 years ago

sehraf commented 6 years ago

The Makefile must use -std=c++17 (e.g. due to usage of std::optional<>) but the snippets here and here are still using -std=c++11