subrepo: subdir: "xo-expression" merged: "fbc5b619" upstream: origin: "git@github.com:Rconybea/xo-expression.git" branch: "main" commit: "fbc5b619" git-subrepo: version: "0.4.9" origin: "???" commit: "???"
9 lines
382 B
Text
9 lines
382 B
Text
* want reflection to work without requiring std::type_info,
|
|
so that in xo-expression we can create function types that
|
|
C++ compiler has never encountered.
|
|
|
|
** This means we need the ability to construct the canonical name
|
|
for a type without c++ compiler's assistance.
|
|
|
|
** need lookup using function ingredients (return types + arg types + noexcept)
|
|
to intern lambda types
|