Skip to content

Commit ff1ee10

Browse files
committed
Merge bitcoin/bitcoin#32561: doc: Adjust stale MSVC bug url
fa330a5 doc: Adjust stale MSVC bug url (MarcoFalke) Pull request description: The old url is stale, so use the current one. See bitcoin/bitcoin#32552 (comment) ACKs for top commit: hebasto: ACK fa330a5. Tree-SHA512: eb7813edb85f4bac06807bf2a35caf106a0faeffcbd0a4732c57edac07db00171f720888dbb7c35fae3fd515408ea7cb8e5dcbd3cf393caec23904cb800b8907
2 parents 88791fb + fa330a5 commit ff1ee10

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/kernel/chainparams.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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)
3635
auto consteval_ctor(auto&& input) { return input; }
3736
#else

0 commit comments

Comments
 (0)