forked from OSchip/llvm-project
62ef1cb207
C++ does not allow function template specializations to have default arguments. IIUC callers will only use the default arguments of the primary template. gcc and clang accept the syntax anyway, but msvc emits an error. See https://en.cppreference.com/w/cpp/language/template_specialization for more details. This patch is part of the series to [[ http://lists.llvm.org/pipermail/flang-dev/2020-July/000448.html | make flang compilable with MS Visual Studio ]]. Reviewed By: DavidTruby Differential Revision: https://reviews.llvm.org/D85657 |
||
---|---|---|
.. | ||
flang | ||
CMakeLists.txt |