Skip to content

Commit

Permalink
Add <concepts>, closes #454
Browse files Browse the repository at this point in the history
  • Loading branch information
hsutter committed May 15, 2023
1 parent ca4f00c commit 187ba23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions include/cpp2util.h
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@
#include <algorithm>
#include <compare>
#include <iterator>
#include <concepts>

#ifndef CPP2_NO_EXCEPTIONS
#include <exception>
Expand Down
2 changes: 1 addition & 1 deletion regression-tests/test-results/version
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

cppfront compiler v0.2.1 Build 8515:0535
cppfront compiler v0.2.1 Build 8515:0547
Copyright(c) Herb Sutter All rights reserved

SPDX-License-Identifier: CC-BY-NC-ND-4.0
Expand Down
2 changes: 1 addition & 1 deletion source/build.info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"8515:0535"
"8515:0547"

0 comments on commit 187ba23

Please sign in to comment.