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

Default-defined method on extern-templated class not visible #369

Conversation

SeanCurtis-TRI
Copy link
Contributor

@SeanCurtis-TRI SeanCurtis-TRI commented Feb 5, 2019

This addresses a bug unique to versions of GCC prior to 6.3. It loses methods that are = default defined. Specifically, this enables downstream applications from being able to use the Convex(const Convex&) copy constructor.


This change is Reviewable

This addresses a bug unique to versions of GCC prior to 6.3. It loses
methods that are `= default` defined.
Copy link
Contributor Author

@SeanCurtis-TRI SeanCurtis-TRI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+@DamrongGuoy for review, please.

Reviewable status: 0 of 1 files reviewed, all discussions resolved (waiting on @DamrongGuoy)

Copy link
Contributor

@DamrongGuoy DamrongGuoy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm: Thanks!

Reviewable status: 0 of 1 files reviewed, all discussions resolved (waiting on @DamrongGuoy)

Copy link
Contributor Author

@SeanCurtis-TRI SeanCurtis-TRI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failures are strictly due to the known #361 issue. Ready for merge. @sherm1 would you like to weigh in?

Reviewable status: 0 of 1 files reviewed, all discussions resolved (waiting on @DamrongGuoy)

Copy link
Member

@sherm1 sherm1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 1 of 1 files at r1.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @DamrongGuoy)

@sherm1 sherm1 merged commit 8e929da into flexible-collision-library:master Feb 5, 2019
@SeanCurtis-TRI SeanCurtis-TRI deleted the PR_convex_copy_constructor branch February 6, 2019 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants