Skip to content

Commit 45c587c

Browse files
attempting to increase compiler version
1 parent 5c306f4 commit 45c587c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

ExpressionParser/ASTFuncNode.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22

33
#include <math.h>
44
#include <algorithm>
5-
5+
#include <format>
66

77
#include "ASTFuncNode.h"
8-
#include <format>
98
#include "RuntimeException.h"
109
#include "ExpressionException.h"
1110
#include "MathUtil.h"

conan-profiles/CI-CD/MacOS-AMD64_profile.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ build_type=Release
44
compiler=apple-clang
55
compiler.cppstd=20
66
compiler.libcxx=libc++
7-
compiler.version=13
7+
compiler.version=15
88
os=Macos

0 commit comments

Comments
 (0)