diff options
| author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-06-15 00:26:08 -0700 |
|---|---|---|
| committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-06-15 00:26:32 -0700 |
| commit | fc3eb50a2b4ea74003a767a20d407da723b6e690 (patch) | |
| tree | 9bea393d4aae68611759d53a60a1991e0f267c8a /science/dakota/files/fake-c++.sh | |
| parent | devel/{,py-}ruff: update 0.11.11 → 0.11.13 (diff) | |
science/dakota: update 6.21.0 → 6.22.0
Diffstat (limited to 'science/dakota/files/fake-c++.sh')
| -rwxr-xr-x | science/dakota/files/fake-c++.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/dakota/files/fake-c++.sh b/science/dakota/files/fake-c++.sh index 743abbb92474..64e0279da6dc 100755 --- a/science/dakota/files/fake-c++.sh +++ b/science/dakota/files/fake-c++.sh @@ -1,4 +1,4 @@ #!/bin/sh -c++ "$@" -std=c++14 +c++ "$@" -std=c++17 |
