Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
robotpkg-wip
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gepetto
robotpkg-wip
Commits
8875a72f
Commit
8875a72f
authored
6 years ago
by
Guilhem Saurel
Browse files
Options
Downloads
Patches
Plain Diff
[wip/hpp-gui] patch-aa for C++11 compatibility
parent
87b54342
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
hpp-gui/distinfo
+1
-0
1 addition, 0 deletions
hpp-gui/distinfo
hpp-gui/patches/patch-aa
+13
-0
13 additions, 0 deletions
hpp-gui/patches/patch-aa
with
14 additions
and
0 deletions
hpp-gui/distinfo
+
1
−
0
View file @
8875a72f
SHA1 (hpp-gui-4.3.0.tar.gz) = 33e413263a4932eb4819985b74a57c1b213940a0
RMD160 (hpp-gui-4.3.0.tar.gz) = b39ee5d912e897517a845d6edeb0169e3054b681
Size (hpp-gui-4.3.0.tar.gz) = 974804 bytes
SHA1 (patch-aa) = 00c88c744b4d202483e75fdbfbd5bb0b64ce8b96
This diff is collapsed.
Click to expand it.
hpp-gui/patches/patch-aa
0 → 100644
+
13
−
0
View file @
8875a72f
c++11 compatibility
--- plugins/hppwidgetsplugin/transformconstraintwidget.cc.orig 2018-12-07 13:43:58.000000000 +0100
+++ plugins/hppwidgetsplugin/transformconstraintwidget.cc 2019-02-26 15:17:00.588357920 +0100
@@ -96,7 +96,7 @@
vecDouble[i + 1] = ui->secondYPosition->value();
vecDouble[i + 2] = ui->secondZPosition->value();
}
- emit finished(std::make_pair<QVector<double>, QVector<bool> >(vecDouble, vecBool));
+ emit finished(std::make_pair(vecDouble, vecBool));
this->deleteLater();
this->close();
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment