Closed palebedev closed 5 years ago
/usr/local/src/emscripten/system/include/dyno/concept.hpp:27:1: error: declaration of anonymous struct
must be a definition
struct concept;
@palebedev Do you still have that patch?
I made a PR for this https://github.com/ldionne/dyno/pull/58
No, but it was pretty much your PR sans documentation updates.
Fixed by #58.
This makes the library unusable with, for example,
clang++ -std=c++2a
.I have a local patch that appends underscores to these names, but I'm not sure how much to change in the documentation comments.