Péter Kardos

Results 9 comments of Péter Kardos

To be honest, I don't really think having a separate branch is a good idea. The C++20 branch would practically be a pull-request that you have to rebase all the...

> Note: The use of #define and reinterpret_cast is another matter: undesirable and most probably can be reformulated another way. Indeed :) To be honest, all the remedies in the...

It would make it more seamless to transition if it's already in the std namespace, but you are probably right, if somebody has the same "idea" of patching his u8string...

I was thinking that if concepts are not available, enable_ifs would still be better than static_asserts, because with them the IDE catches the errors before compilation. True, the error messages...

Yeah, I agree that concepts are not a good choice for now, they would exclude too many users. I tried them however, and they are real awesome, so it got...

> Understood. My main goal now is to have a complete set of docs. It's kinda tricky though as the code is also undergoing evolution. > Absolutely! As stated in...

> I prefer *_type than *_t, although granted, _t is quite common, esp. in std. I think consistency is what matters here, otherwise both work perfectly fine. > I agree...

Hello! Thank you for your interest in the project. We indeed have an idea for the logo, but never actually pursued its proper implementation, so your help would be greatly...

> Hi @petiaccja thanks a lot for taking the time to create the recipe, we really appreciate it. I'll help you move this along and will be pushing some minor...