<div dir="ltr"><div>Hi Ken,<br><br>I'm in the same situation as you in conda package manager.<br>Note that with libcxx 12, <a href="https://reviews.llvm.org/D91517" target="_blank">https://reviews.llvm.org/D91517</a> was merged where<div>codecvt with char8_t is added in the middle of a structure instead of at the end.<br></div><div>This means that you have to be careful that all applications link to the custom libc++.<br><br></div><div>For libcxx developers,</div><div><div>While we are discussing how to avoid ODR violations, is it possible to move the two lines at<br><a href="https://github.com/llvm/llvm-project/blob/llvmorg-12.0.1/libcxx/src/locale.cpp#L210-L211">https://github.com/llvm/llvm-project/blob/llvmorg-12.0.1/libcxx/src/locale.cpp#L210-L211 </a><br></div><div>to the bottom to avoid segfaults resulting from this?<br><br></div><div>Thanks,<br></div><div>Isuru<br></div></div></div></div>