Skip to content

Change the type of string len in test string_stream's append string methods

Gatgat requested to merge test.sstream_append into main

Changed from unsigned int to unsigned long long so that it's compatible with string_view format method. For example, this would not compile:

nlc_check_msg(true, string_view::from_c_str("foo"));
Edited by Gatgat

Merge request reports