Skip to content

Added default empty constructor to work with less permissive gcc 4.6 settings #38

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

Merged
merged 1 commit into from
Jul 28, 2011

Conversation

hugoferreira
Copy link
Contributor

Added default empty constructor to const class cukebins::internal::InvokeArgs

The gcc 4.6.0 on Fedora 15 was issuing the following error: 'const class
cukebins::internal::InvokeArgs' has no user-provided default
constructor. Fixed by added a default (empty) constructor.

This was due to the initialized static const InvokeArgs NO_INVOKE_ARGS in DriverTestRunner.hpp, line 51.

…vokeArgs

The gcc 4.6.0 on Fedora 15 was issuing the following error: 'const class
cukebins::internal::InvokeArgs' has no user-provided default
constructor. Fixed by added a default (empty) constructor.
paoloambrosio added a commit that referenced this pull request Jul 28, 2011
Fixes #38: Added default empty constructor to work with less permissive gcc 4.6 settings
@paoloambrosio paoloambrosio merged commit e878f01 into cucumber:master Jul 28, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants