Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
opSimulation
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Reinhard Biegel
opSimulation
Commits
069c1a40
Commit
069c1a40
authored
3 years ago
by
Uwe Woessner
Browse files
Options
Downloads
Patches
Plain Diff
duplicate copy contructor with const and without does not work with MSVC
parent
6b7a4ace
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sim/src/common/dynamicsSignal.h
+0
-1
0 additions, 1 deletion
sim/src/common/dynamicsSignal.h
with
0 additions
and
1 deletion
sim/src/common/dynamicsSignal.h
+
0
−
1
View file @
069c1a40
...
...
@@ -56,7 +56,6 @@ public:
travelDistance
(
travelDistance
)
{}
DynamicsSignal
(
DynamicsSignal
&
other
)
=
default
;
DynamicsSignal
(
const
DynamicsSignal
&
)
=
default
;
DynamicsSignal
(
DynamicsSignal
&&
)
=
default
;
DynamicsSignal
&
operator
=
(
const
DynamicsSignal
&
)
=
default
;
...
...
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