mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
Add cpp17 headers to see if they are available.
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user