Igor Zhukov

Results 42 comments of Igor Zhukov

>FormatMessageA fails if id is not 1033 because if language id is not 0 it will only try to load error message in this language and my windows installations seems...

>Because the interface language is English, I expect `std::error_code(996, std::system_category()).message()` function to return a message in English. In https://github.com/microsoft/STL/issues/2451 , the user expected that if his interface language is Chinese...

maybe related: https://github.com/microsoft/STL/issues/160

@jovibor Yes, it's me. The number might be inaccurate. I will change it if needed in the future. I found the information here: https://github.com/microsoft/STL/wiki/Changelog#expected-in-vs-meow-preview-1 Hi @MahmoudGSaleh, could you ask your...

Great news @CaseyCarter! Thank you for the info. I was confused by `VS Meow`.

I found a Devcom issue about P2564R3: Devcom-10514467 I added a comment about the current issue.

@bebuch Hello @cdacamar , sorry to bother you, but could you please let me know if the implementation of P2564R3 is in your team near plans or if you are...

Please give me your full example. > causing a link error A link error should be only for wrong code. That's the idea of the `std::_Literal_zero` type.

**Describe the bug** locale::id classes are used to lazily assign numbers to facets classes. They have non-trivial constructors and when compiled in debug mode they are not initialized at compile...

Both testcases work fine in Release Mode