The func_start regex limits operators to strictly non-alphanumeric symbols. It explicitly fails to match type conversion operators containing alphanumeric characters or namespaces (like operator bool, operator Variant, or operator ::AABB() const) as well as the functor overload `operator()__.
The
func_startregex limits operators to strictly non-alphanumeric symbols. It explicitly fails to match type conversion operators containing alphanumeric characters or namespaces (likeoperator bool,operator Variant, oroperator ::AABB() const) as well as the functor overload `operator()__.