Default arguments are potentially constant evaluated.
We need to eagerly instantiate constexpr functions used in them even if the default argument is never actually used, because we might evaluate portions of it when performing semantic checks. llvm-svn: 361670
Loading
Please sign in to comment