@@ -44,3 +44,4 @@ TODO:
* built-in no-pagination storage - no_pagination page size as limits::max
* meta_any ownership construction and from_void
* sparse_set shrink_to_fit argument for sparse array shrink policy (none, empty, deep, whatever)
+* track meta context on meta elements
@@ -1355,9 +1355,6 @@ public:
/**
* @brief Lookup utility for meta functions (bases are also visited).
- *
- * In case of overloaded functions, a random one is returned.
* @param id Unique identifier.
* @return The registered meta function for the given identifier, if any.
*/