mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
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…
Add table
Add a link
Reference in a new issue