You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ sudo docker container run -it debian:bookworm
$ apt update && apt install meson
$ g++ --version
g++ (Debian 12.2.0-14) 12.2.0
Copyright (C) 2022 Free Software Foundation, Inc.
This is free software; see the sourcefor copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
$ meson --version
1.0.1
Windows
> scoop install meson
> meson --version
1.5.1
> cl
Microsoft(R) C/C++ Optimizing Compiler Version 19.41.34120 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
#include<iostream>
#include<unicode/ustream.h>// icuio headerintmain() {
auto s = icu::UnicodeString::fromUTF8(u8"あいうえお");
std::cout << s << std::endl;
}
environment
Linux
Windows
structure
actual behavior
The text was updated successfully, but these errors were encountered: