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

rejects-valid on a constexpr member function of a class template with a deduced return type and no return statements #19120

Closed
zygoloid mannequin opened this issue Feb 5, 2014 · 1 comment
Labels
bugzilla Issues migrated from bugzilla c++14

Comments

@zygoloid
Copy link
Mannequin

zygoloid mannequin commented Feb 5, 2014

Bugzilla Link 18746
Resolution FIXED
Resolved on Apr 23, 2014 00:30
Version trunk
OS Linux

Extended Description

Testcase:

template struct X { constexpr auto f() {} };

See also:

http://stackoverflow.com/questions/21440602/constexpr-class-template-member-function-with-deduced-void-return-type

@llvmbot
Copy link
Collaborator

llvmbot commented Apr 23, 2014

Fixed in r206929.

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 9, 2021
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla c++14
Projects
None yet
Development

No branches or pull requests

1 participant