Herb Sutter
Herb Sutter
Fixed in #2264.
Editors call: We agree the `&` should be removed. Thanks!
Editors call: Thanks, looks good but please: - @GabrielDosReis add a note that by design there are no iterator/pointer-invalidating operations (other than the destructor) - ensure that there is no...
Editors call: Thanks! We'll add a constructor to C.20.
Editors call: Thanks! We think this covered as @iglesias summarizes, and the main safety concern is casting from `void*` not to `void*`.
Editors call: Thanks! We agree the two have the same Enforcement because we want the rules to stand on their own, but we think of C.37 as "an" implementation of...
Editors call: Thanks! > where `innocent-header.hpp` is the only file I own We wonder if this is the problem, because all three files are adding things to a namespace and...
Resolved with the merged change.
Editors call: We've been dragging our feet on this because Expects and Ensures were supposed to be temporary placeholders that would soon (in C++20) be made redundant by contracts. Now...
Thanks for the suggestion and investing the time to provide code! I may have cycles to take a look at this but for now I'm putting it in bucket 4...