Skip to content

Commit 394f5ed

Browse files
fixup! Add builtin class for string_to_upper_case
1 parent 43e9849 commit 394f5ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/solvers/refinement/string_builtin_function.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,8 @@ class string_to_lower_case_builtin_functiont
210210
};
211211
};
212212

213+
/// Converting each lowercase character of Basic Latin and Latin-1 supplement
214+
/// to the corresponding uppercase character.
213215
class string_to_upper_case_builtin_functiont
214216
: public string_transformation_builtin_functiont
215217
{

0 commit comments

Comments
 (0)