aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2016-07-20 00:14:10 +0000
committerEric Fiselier <eric@efcs.ca>2016-07-20 00:14:10 +0000
commitb11642bf947d917c7ec284247fe58eb2a25ab4bd (patch)
treebc491358ed6a8c3f98626a50611c269dc36439a9 /lldb/source/Plugins/ScriptInterpreter/Python
parentd2b886e569fb6c8621cc2b58873fa9e046d47d60 (diff)
downloadllvm-b11642bf947d917c7ec284247fe58eb2a25ab4bd.zip
llvm-b11642bf947d917c7ec284247fe58eb2a25ab4bd.tar.gz
llvm-b11642bf947d917c7ec284247fe58eb2a25ab4bd.tar.bz2
Add SFINAE on additional overloads of std::complex functions. Fixes PR19921.
The functions arg, conj, imag, norm, proj, and real have additional overloads for arguments of integral or floating point types. However these overloads should not allow conversions to the integral/floating point types, only exact matches. This patch constrains these functions so they no longer allow conversions. llvm-svn: 276067
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions