[all-commits] [llvm/llvm-project] 5ac47c: Move explicit template class specialization out of...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Wed Jun 24 18:43:38 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5ac47c3f5231aceb274e34be873986f6b49488fd
https://github.com/llvm/llvm-project/commit/5ac47c3f5231aceb274e34be873986f6b49488fd
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2020-06-25 (Thu, 25 Jun 2020)
Changed paths:
M mlir/include/mlir/Support/InterfaceSupport.h
Log Message:
-----------
Move explicit template class specialization out of the class to fix gcc builds (NFC)
gcc fails with:
explicit specialization in non-namespace scope
More information about the All-commits
mailing list