Add cpp17 headers to see if they are available.
This commit is contained in:
parent
5623e0b340
commit
ab7c74245b
@ -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 New Issue
Block a user