|
1 | | -/* auto-generated on 2023-09-19 16:48:25 -0400. Do not edit! */ |
| 1 | +/* auto-generated on 2023-09-29 13:28:16 -0400. Do not edit! */ |
2 | 2 | /* begin file include/ada.h */ |
3 | 3 | /** |
4 | 4 | * @file ada.h |
|
8 | 8 | #define ADA_H |
9 | 9 |
|
10 | 10 | /* begin file include/ada/ada_idna.h */ |
11 | | -/* auto-generated on 2023-08-29 15:28:19 -0400. Do not edit! */ |
| 11 | +/* auto-generated on 2023-09-19 15:58:51 -0400. Do not edit! */ |
12 | 12 | /* begin file include/idna.h */ |
13 | 13 | #ifndef ADA_IDNA_H |
14 | 14 | #define ADA_IDNA_H |
@@ -129,9 +129,8 @@ std::string to_ascii(std::string_view ut8_string); |
129 | 129 | // https://url.spec.whatwg.org/#forbidden-domain-code-point |
130 | 130 | bool contains_forbidden_domain_code_point(std::string_view ascii_string); |
131 | 131 |
|
132 | | -bool constexpr begins_with(std::u32string_view view, |
133 | | - std::u32string_view prefix); |
134 | | -bool constexpr begins_with(std::string_view view, std::string_view prefix); |
| 132 | +bool begins_with(std::u32string_view view, std::u32string_view prefix); |
| 133 | +bool begins_with(std::string_view view, std::string_view prefix); |
135 | 134 |
|
136 | 135 | bool constexpr is_ascii(std::u32string_view view); |
137 | 136 | bool constexpr is_ascii(std::string_view view); |
@@ -6929,14 +6928,14 @@ inline void url_search_params::sort() { |
6929 | 6928 | #ifndef ADA_ADA_VERSION_H |
6930 | 6929 | #define ADA_ADA_VERSION_H |
6931 | 6930 |
|
6932 | | -#define ADA_VERSION "2.6.8" |
| 6931 | +#define ADA_VERSION "2.6.9" |
6933 | 6932 |
|
6934 | 6933 | namespace ada { |
6935 | 6934 |
|
6936 | 6935 | enum { |
6937 | 6936 | ADA_VERSION_MAJOR = 2, |
6938 | 6937 | ADA_VERSION_MINOR = 6, |
6939 | | - ADA_VERSION_REVISION = 8, |
| 6938 | + ADA_VERSION_REVISION = 9, |
6940 | 6939 | }; |
6941 | 6940 |
|
6942 | 6941 | } // namespace ada |
|
0 commit comments