The Wayback Machine - https://web.archive.org/web/20201030170724/https://github.com/nlohmann
Skip to content
Avatar

Highlights

Sponsors

@pmd3d @gistrec @eljefedelrodeodeljefe @mnme @leozz37 @hoffstadt @seanmiddleditch @MarkOates @homer6 @sthagen @richardlalancette @reFX-Mike

Pinned

  1. JSON for Modern C++

    C++ 21k 3.7k

  2. Crow - a C++ client for Sentry

    C++ 105 17

  3. C++ Mutation Test Environment

    CSS 94 14

  4. a FIFO-ordered associative container for C++

    C++ 85 39

799 contributions in the last year

Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Mon Wed Fri

Contribution activity

October 2020

Created a pull request in approvals/ApprovalTests.cpp that received 4 comments

Fix -Wdeprecated-copy-dtor warnings (#163)

Description The PR fixes a few Wdeprecated-copy-dtor warnings which are raised by Clang 11. The solution The compiler complains that the definition…

+4 −0 4 comments

Created an issue in approvals/ApprovalTests.cpp that received 2 comments

-Wdeprecated-copy-dtor warnings

Using release version 10.4.0 and Clang 11 (C++17 build) on Linux, I get the following -Wdeprecated-copy-dtor warnings: In file included from ../ext…

2 comments
You can’t perform that action at this time.