PSA: `OpTy::create` now with 100% more tab complete

FYI anyone trying find/regex these “old” creates can do something like

 find . -name '*.cpp' -exec sed -E -i  \
   's/(\w+)[[:space:]]*\.[[:space:]]*create<([^>]*)>\(/\2::create(\1, /g' {} +

(thanks @newling)

3 Likes