libiconv-libicu-android icon indicating copy to clipboard operation
libiconv-libicu-android copied to clipboard

generate ERROR

Open zhubinsheng opened this issue 3 years ago • 0 comments

Screenshot from 2022-02-09 13-41-00 using namespace boost::locale; using namespace std; // Create system default locale generator gen; locale loc2=gen(""); locale::global(loc2); cout.imbue(loc2);

Package Name/Version: boost1.74

Operating System+version: Android 7/8/9/10

Compiler+version: NDK23

Generate a locale with id signal SIGSEGV: address access protected

zhubinsheng avatar Feb 09 '22 06:02 zhubinsheng