Francois Kritzinger
Francois Kritzinger
`_FILE_OFFSET_BITS` is also unused. The only reference in source code: https://github.com/libevent/libevent/blob/b19af675c7601a7867f26c33072cda7ea125adb2/test/regress_zlib.c#L74-L76 And there's also this: https://github.com/libevent/libevent/blob/b19af675c7601a7867f26c33072cda7ea125adb2/CMakeLists.txt#L707-L715
> > _FILE_OFFSET_BITS is also unused. > > @francoisk this is glibc macro - https://www.gnu.org/software/libc/manual/html_node/Feature-Test-Macros.html#index-_005fFILE_005fOFFSET_005fBITS > > Though it is tricky and glibc specific. @azat OK but there's a check...
Finally got to it but looks like the problem persists. I tested develop at `be271d3e4758b260947b9b0c20855c1ba33cf346`. The fibonacci example still segfaults and moving the `fiber.hpp` include to the top still fixes...
`Array` is part of the library's public interface because its entire definition is in a public header. So `BoolLike` has to be part of the library's public interface, whether it's...
> `Array` is part of the library's public interface because its entire definition is in a public header. So `BoolLike` has to be part of the library's public interface, whether...