Igor Zhukov
Igor Zhukov
related: https://github.com/pybind/pybind11/issues/3403
Ой, спутал RPC_Callback и Attr_Callback. Да, там нет массива.
` std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_long_double.pass.cpp FAIL` most likely it will fail even after fixing this bug, since MSVC long double = double and there are tests with large values that do not fit...
Thank you for your suggestion! It seems reasonable, but it would require an ABI-breaking change. We can consider implementing it in the vNext version (not Visual Studio 2022). **vNext note**:...

@BillyONeal commented: > As an FYI, this is a bug in the standard; there's currently a paper pending to fix it: [WG21-P0952](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0952r0.html) @statementreply commented: >his paper proposes a new specification...
@denniskb Yes, I think the second option is good. But I'm just a random person on the Internet, let's wait for an opinion of the Microsoft employees :)
is this also `/clr` bug https://github.com/microsoft/STL/issues/139 ?
With your fix, the issue #2451 is back again: (I changed my system language to English(United Kingdom) and I don't have the MUI pack and my user language is Russian,...
>This is the second time I'm hit by locale issues. Please test locale related code on different locales other than "en-US" before shipping code! We do. I think at least...