alekseyt

Results 6 comments of alekseyt

> PRIx64 This rings a bell. Try to add `-D__STDC_FORMAT_MACROS=1` when you're building bx. I don't know about MSVC, but this works with Mingw-w64. I don't quite remember what the...

I didn't encounter this problem when including bx headers and it's hard for me to tell what causes it from the description provided. I don't see `#include ` in `bx.h`...

Sorry for bumping old issue, i stumbled across it when looking for duplicate issues. I also need to display multiline text. Here is my take on this: i saw #661...

No, it doesn't handle CRLF, neither other newline characters line NEL. This is a bare minimum to fit into github comment. Other newline characters are just extension of [ CR,...

Patch for json.cpp ``` diff --git a/json11.cpp b/json11.cpp index 9647846..73d76e8 100644 --- a/json11.cpp +++ b/json11.cpp @@ -24,7 +24,9 @@ #include #include #include +#include #include +#include namespace json11 { @@ -56,9...

Nah, i'm good. I can only note that it's too trivial to be copyrighted, so anyone are welcome to do whatever they want with those patches.