Skip to content

Commit

Permalink
[libcxx] Bump libc++ version to 15.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tru committed Sep 19, 2022
1 parent d4bada9 commit 43b5b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcxx/include/__config
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

#ifdef __cplusplus

# define _LIBCPP_VERSION 15000
# define _LIBCPP_VERSION 15001

# define _LIBCPP_CONCAT_IMPL(_X, _Y) _X##_Y
# define _LIBCPP_CONCAT(_X, _Y) _LIBCPP_CONCAT_IMPL(_X, _Y)
Expand Down

0 comments on commit 43b5b04

Please sign in to comment.