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

[eloquent backport] Don't specify calling convention in std::_Binder template (#952) #1006

Merged
merged 1 commit into from
Feb 28, 2020

Conversation

theseankelly
Copy link
Contributor

Fix for a build error on 32-bit Windows. Member functions use the
__thiscall convention by default which is incompatible with __cdecl.

Signed-off-by: Sean Kelly sean@seankelly.dev

Fix for a build error on 32-bit Windows. Member functions use the
__thiscall convention by default which is incompatible with __cdecl.

Signed-off-by: Sean Kelly <sean@seankelly.dev>
@ivanpauno
Copy link
Member

@ros-pull-request-builder retest this please.

1 similar comment
@ivanpauno
Copy link
Member

@ros-pull-request-builder retest this please.

@ivanpauno
Copy link
Member

The failures shown in the different runs of the checker were different, and completly unrelated to this PR (just flaky tests). I will proceed to merge.

@ivanpauno ivanpauno merged commit 863970e into ros2:eloquent Feb 28, 2020
@jacobperron jacobperron added this to Needs Release in Eloquent Patch Release 2 Mar 5, 2020
@mjcarroll mjcarroll moved this from Needs Release to Released in Eloquent Patch Release 2 Dec 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants