plog
plog copied to clipboard
Make Record default move constructible
This allows move-constructing Records in C++11 and above
Hi!
I think Record is never copied or moved. Where do we need that?
This isn't used in plog itself but this is useful for the application developer.
For example if one wants to save Records in standard containers (say a std::vector<Record>) to defer logging.
Yes, it makes sense.