Skip to content

Commit 187ba23

Browse files
committed
Add <concepts>, closes #454
1 parent ca4f00c commit 187ba23

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

include/cpp2util.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@
215215
#include <algorithm>
216216
#include <compare>
217217
#include <iterator>
218+
#include <concepts>
218219

219220
#ifndef CPP2_NO_EXCEPTIONS
220221
#include <exception>

regression-tests/test-results/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
cppfront compiler v0.2.1 Build 8515:0535
2+
cppfront compiler v0.2.1 Build 8515:0547
33
Copyright(c) Herb Sutter All rights reserved
44

55
SPDX-License-Identifier: CC-BY-NC-ND-4.0

source/build.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"8515:0535"
1+
"8515:0547"

0 commit comments

Comments
 (0)