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 1
1
// Copyright (c) 2010 Satoshi Nakamoto
2
- // Copyright (c) 2009-2021 The Bitcoin Core developers
2
+ // Copyright (c) 2009-present The Bitcoin Core developers
3
3
// Distributed under the MIT software license, see the accompanying
4
4
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
5
5
@@ -30,8 +30,7 @@ using namespace util::hex_literals;
30
30
31
31
// Workaround MSVC bug triggering C7595 when calling consteval constructors in
32
32
// 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
35
34
#if defined(_MSC_VER)
36
35
auto consteval_ctor (auto && input) { return input; }
37
36
#else
You can’t perform that action at this time.
0 commit comments