EricWF added inline comments.

================
Comment at: src/experimental/memory_resource.cpp:29
-public:
-    ~__new_delete_memory_resource_imp() = default;
-
----------------
Quuxplusone wrote:
> EricWF wrote:
> > Why are you removing this?
> Just removing unnecessary cruft. Same reason I added `override` (and removed 
> `virtual`) on the other methods, and removed `protected:`, and removed the 
> `__` sigilling on function parameters in this .cpp file.
> 
> I had done a lot more random cleanup originally, and then you said 
> "unrelated, please revert" so I did, but I assume I just kept all the 
> cleanups in this one class since I was touching this range of lines no matter 
> what.
I strongly prefer seeing explicit declarations of non-trivial or virtual 
destructors.


Repository:
  rCXX libc++

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D47344/new/

https://reviews.llvm.org/D47344



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to