mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +00:00
use some suggestions from #5615
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
051616385f
commit
7f41d6140f
5 changed files with 38 additions and 11 deletions
|
@ -1254,7 +1254,7 @@ static void string_values() {
|
|||
std::cout << s << "\n";
|
||||
std::string s1 = s.get_string();
|
||||
std::cout << s1 << "\n";
|
||||
std::vector<unsigned> buffer = s.get_wstring();
|
||||
std::u32string buffer = s.get_u32string();
|
||||
for (unsigned ch : buffer)
|
||||
std::cout << "char: " << ch << "\n";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue