Niall Douglas
Niall Douglas
Many thanks for the PR, which is now merged.
Also note we can't use `declval` from the STL, as it would drag in an include we don't currently bring in. I believe there is a alternative `declval` somewhere around....
> basic_result already uses std::declval in the next constructor (line 457) Sigh. This is why https://github.com/ned14/outcome/issues/248 needs implementing. Thanks for mentioning that, it must have slipped in at some point.
Hang on, so it's complaining about the use of a name which is meant to be name independent, and would remain so post-26? Well that is just plain irritating. Thanks...
This should now be fixed. Thanks for the BR!
Mine is running at PCIe 3.0 just fine. I tried two different HATs, neither has a PCIe switch. I gave mine a real battering over a week. Zero issues noticed....
Thanks for the BR, and sorry for the delay in getting to this. I have been working on R7 of the `path_view` paper for over two months and I only...
To be clear, you're suggesting that instead of renaming the file with an open map, you just keep adding hard links until when you eventually tear down the map and...
Related? https://github.com/ned14/pcpp/pull/101
Thanks for the PR