[flang] Fix Windows build
authorpeter klausler <pklausler@nvidia.com>
Wed, 13 Oct 2021 00:14:14 +0000 (17:14 -0700)
committerpeter klausler <pklausler@nvidia.com>
Wed, 13 Oct 2021 00:16:00 +0000 (17:16 -0700)
commit02410df530fbef5256711ec2220c4c34468c894c
tree01381e2d5bbcda40bbf6fc517ac2b4fe4f7b4f31
parenta6ddb7cec5f2b60a0bfc045507187a890fab2ec0
[flang] Fix Windows build

A recently added class constructor needs to be "explicit" to
prevent it from being available for use as a conversion, which
is breaking the MSVC build of flang.
flang/include/flang/Common/uint128.h