Adi Shavit

Results 98 comments of Adi Shavit

What would a multi-input b code look like? Can you give some examples of this case in various syntices (!?) ?

I agree that the second option does indeed seem more readable in the case of multiple ports. Is there something preventing both usages? The iomanipulator might be named slightly differently...

Amazing project - great initiative - keep up the great work!

Glad some good came of that! 👍😄

CMake is a build generator. Using it depends on the platform you are targeting. When there's a CMakeLists.txt file, you run CMake on it with the target build system and...

If you remove the `cxxabi.h` include and add around the original `demangle` function, it'll work on Windows too: ``` #ifndef WIN32 #include static inline std::string demangle(const std::string &name) { int...

Searching a linear chat isn't really helpful. Is there any update on this?

Thank you so much for your contribution. I wrote some comments within...

I’ve not used this in many years. Please make a pull request.

Thanks for your suggestion! I suspect some of these are a bit outdated - I would be grateful if you made a pull request to fix this!