Highlights
- Arctic Code Vault Contributor
- Developer Program Member
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
799 contributions in the last year
Activity overview
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…
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…

