Reed Hedges

Results 12 comments of Reed Hedges

To specify the path in the atom config, open Edit->Preferences, then select Packages, click Settings for node-debugger. Scroll down to Node Path, enter the exact path to node on your...

I always disable (delete) copy/move ctors/assignments when I haven't implemented them yet or don't really plan to because I don't expect the object to be copied, to prevent accidental copies....

And how does it compare to things we might be currently using like `assert(false);`, `abort()`, `exit()`, etc.

Thanks, played around with that a bit. One thing to be aware of is that std::unreachable() really needs to be unreachable I think?. If you make some mistake and it's...

C++23’s New Fold Algorithms https://devblogs.microsoft.com/cppblog/cpp23s-new-fold-algorithms/

It's not exactly about using const or not for the temporary string, isn't it?... It's just that in the first version the string is initialized in two steps, first with...

Similar to this, creating a function definition and/or declaration from a call to a new undeclared function is also essential. Does anyone have any tips on how to get started...

It needs to be rewritten (Aria rule used nonstandard locations and also included many extra complications). It is possible to use AriaCoda for now, without system installation. Just add the...

Hello, I've now added a new install rule to the Makefile, as well as setup for making Ubuntu packages. Please take a look at it and test if desired. You...

Note that there is no "uninstall" rule... should I add one? :)