OSDN Git Service

Another attempt to fix MSVC by explicitly disabling the conversion
authorChandler Carruth <chandlerc@gmail.com>
Fri, 13 May 2016 22:20:43 +0000 (22:20 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 13 May 2016 22:20:43 +0000 (22:20 +0000)
commit36666742ca0e7eb49df502ac2e0526a3e6cdeebd
treee530e3df788897acba1f6143901b4da08f43da01
parent11a29c9055b4cd4d7c92d6a118493d974a577a73
Another attempt to fix MSVC by explicitly disabling the conversion
operator when the value type can't be initialized from the argument
type. Testing with the online MSVC compiler is finally happy with this,
let's see if the build bot will tolerate it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@269501 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/Sequence.h