Skip to content

Commit fa330a5

Browse files
author
MarcoFalke
committed
doc: Adjust stale MSVC bug url
1 parent 88791fb commit fa330a5

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)