]> granicus.if.org Git - clang/commit
SemaTemplate.cpp: Appease msvc to get rid of default argument in lambda definition.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 17 Apr 2014 08:42:31 +0000 (08:42 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 17 Apr 2014 08:42:31 +0000 (08:42 +0000)
commit394588fbc8246a2576422b17ee685c55f369ba8a
tree975cef9041ff11688f0297bba13baeae002cbab6
parent900d0461f297de41ad382bb003051420e878fce3
SemaTemplate.cpp: Appease msvc to get rid of default argument in lambda definition.

  clang\lib\Sema\SemaTemplate.cpp(1826) : error C2064: term does not evaluate to a function taking 1 arguments

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206451 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplate.cpp