Hello everyone,

I'm new here and trying to get involved in the standardisation process for C++.
I noticed that P1385 is getting a lot of attention, so I took a look at it myself. I've also been working on an implementation which you can find at https://bitbucket.org/ThomasCassimon/p1385/src/master/
(I haven't been able to find R1 of the paper, so anything I say is based on R0)

My implementation is far from done, but I've completed the storage engines highlighted in R0. The repository also has a suite of tests written using Catch2.

Here are the most important things I've noticed about R0:
Those are the major points I had about P1385, the code also contains todo's for a number of smaller things, feel free to browse, give feedback and discuss.

Thomas