Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix -Wdefaulted-function-deleted warning #1537

Merged
merged 1 commit into from
Feb 18, 2019
Merged

Conversation

kraj
Copy link
Contributor

@kraj kraj commented Feb 12, 2019

Clang8 warns

catch_interfaces_reporter.h:84:25: error: explicitly defaulted move assignment operator is implicitly deleted [-Werror,-Wdefaulted-function-deleted]
| AssertionStats& operator = ( AssertionStats && ) = default;
| ^

Signed-off-by: Khem Raj raj.khem@gmail.com

Description

GitHub Issues

Clang8 warns

catch_interfaces_reporter.h:84:25: error: explicitly defaulted move assignment operator is implicitly deleted [-Werror,-Wdefaulted-function-deleted]
|         AssertionStats& operator = ( AssertionStats && )     = default;
|                         ^

Signed-off-by: Khem Raj <raj.khem@gmail.com>
@codecov
Copy link

codecov bot commented Feb 12, 2019

Codecov Report

Merging #1537 into master will not change coverage.
The diff coverage is n/a.

@@          Coverage Diff           @@
##           master   #1537   +/-   ##
======================================
  Coverage    80.6%   80.6%           
======================================
  Files         121     121           
  Lines        3386    3386           
======================================
  Hits         2729    2729           
  Misses        657     657

@horenmar
Copy link
Member

Thanks

@horenmar horenmar merged commit e8bfd88 into catchorg:master Feb 18, 2019
uqs pushed a commit to freebsd/freebsd-ports that referenced this pull request Mar 4, 2019
PR:		236212
Submitted by:	jbeich
Obtained from:	catchorg/Catch2#1537


git-svn-id: svn+ssh://svn.freebsd.org/ports/head@494599 35697150-7ecd-e111-bb59-0022644237b5
uqs pushed a commit to freebsd/freebsd-ports that referenced this pull request Mar 4, 2019
PR:		236212
Submitted by:	jbeich
Obtained from:	catchorg/Catch2#1537
Jehops pushed a commit to Jehops/freebsd-ports-legacy that referenced this pull request Mar 4, 2019
PR:		236212
Submitted by:	jbeich
Obtained from:	catchorg/Catch2#1537


git-svn-id: svn+ssh://svn.freebsd.org/ports/head@494599 35697150-7ecd-e111-bb59-0022644237b5
swills pushed a commit to swills/freebsd-ports that referenced this pull request Mar 4, 2019
PR:		236212
Submitted by:	jbeich
Obtained from:	catchorg/Catch2#1537


git-svn-id: svn+ssh://svn.freebsd.org/ports/head@494599 35697150-7ecd-e111-bb59-0022644237b5
svmhdvn pushed a commit to svmhdvn/freebsd-ports that referenced this pull request Jan 10, 2024
PR:		236212
Submitted by:	jbeich
Obtained from:	catchorg/Catch2#1537
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants