Skip to content

Commit 77962d5

Browse files
CaseyCarterjwakely
authored andcommitted
14882:2020 has been withdrawn and replaced by 14882:2024
1 parent 7db23e1 commit 77962d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/report_generator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ static std::string const maintainer_email{"[email protected]"};
5151

5252
static std::string const maintainer_name{"Jonathan Wakely"};
5353

54-
static std::string const is14882_docno{"ISO/IEC IS 14882:2020(E)"};
54+
static std::string const is14882_docno{"ISO/IEC IS 14882:2024(E)"};
5555

5656
struct order_by_first_tag {
5757
bool operator()(lwg::issue const & x, lwg::issue const & y) const noexcept {

0 commit comments

Comments
 (0)