File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 11// Copyright (c) 2010 Satoshi Nakamoto
2- // Copyright (c) 2009-2021 The Bitcoin Core developers
2+ // Copyright (c) 2009-present The Bitcoin Core developers
33// Distributed under the MIT software license, see the accompanying
44// file COPYING or http://www.opensource.org/licenses/mit-license.php.
55
@@ -30,8 +30,7 @@ using namespace util::hex_literals;
3030
3131// Workaround MSVC bug triggering C7595 when calling consteval constructors in
3232// initializer lists.
33- // A fix may be on the way:
34- // https://developercommunity.visualstudio.com/t/consteval-conversion-function-fails/1579014
33+ // https://developercommunity.visualstudio.com/t/Bogus-C7595-error-on-valid-C20-code/10906093
3534#if defined(_MSC_VER)
3635auto consteval_ctor (auto && input) { return input; }
3736#else
You can’t perform that action at this time.
0 commit comments