Add cpp17 headers to see if they are available.
This commit is contained in:
parent
5623e0b340
commit
ab7c74245b
1 changed files with 7 additions and 0 deletions
|
@ -2,6 +2,13 @@
|
|||
#include <iostream>
|
||||
#include <tuple>
|
||||
#include <string>
|
||||
|
||||
// Test new headers in cpp17
|
||||
#include <variant>
|
||||
#include <optional>
|
||||
#include <any>
|
||||
#include <string_view>
|
||||
|
||||
// Test for nested namespace definition
|
||||
namespace PrusaSlicer::Cpp17 {
|
||||
|
||||
|
|
Loading…
Reference in a new issue