summaryrefslogtreecommitdiff
path: root/tests/headers/eval-value-dependent.hpp
AgeCommit message (Collapse)Author
2022-10-04split the repo into a workspaceChristian Poveda
remove `clap` dependency :tada: update the book installation instructions
2019-07-09Improve workaround for LLVM bug when evaluating value-dependent expressions.Emilio Cobos Álvarez
Using the canonical type makes it work across typedefs. Fixes #1590