Ivan Le Lann

Results 6 comments of Ivan Le Lann

@jwakely Is there any reason to expose `int operator|(uint8_t, uint8_t)` instead of `unsigned int operator|(uint8_t, uint8_t)` ? [conv.prom] says > can be converted so for me a choice is possible....

Yes it would fix, but that's the point I think is worth being documented. It's not obvious that ```answer``` is pointing to dangling data after enumeration, and it goes against...

I think you can't. I'm currently trying to do exactly that, after being unable to follow the official doc, which failed during conan steps too. My attempt is here https://github.com/ilelann/IncludeOS....

Just in case someone else cares, a note on progress: https://github.com/ilelann/IncludeOS/tree/build_from_scratch see commit msg for status, but basically: clone, checkout build_from_scratch, open in CLion/QtCreator/etc (any CMake aware IDE, with clang...

Some missing include for Movie.cpp is killing linux/macos builds. I will fix that. I probably also need to replicate AO's Movie.cpp fixes in AE. I only tested AO but I...

Thanks a lot for your comments, I'll dig that. @mouzedrift May I know what kind of hardware & OS was used for your test ?