OpenCilk / opencilk-project

Monorepo for the OpenCilk compiler. Forked from llvm/llvm-project and based on Tapir/LLVM.
Other
93 stars 29 forks source link

Add view lookup before overload resolution #170

Closed VoxSciurorum closed 1 year ago

VoxSciurorum commented 1 year ago

Fixes #123.

With this change I was able to replace *&* with * in pbfs-simple/graph.cpp.

neboat commented 1 year ago

These changes have been merged in via another PR.