Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pugs
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
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
code
pugs
Commits
458b9574
Commit
458b9574
authored
7 years ago
by
Stéphane Del Pino
Browse files
Options
Downloads
Patches
Plain Diff
Fixed compilation thanks to clang++
parent
b6444edb
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!2
Develop
,
!1
Develop
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
utils/Types.hpp
+2
-2
2 additions, 2 deletions
utils/Types.hpp
with
2 additions
and
2 deletions
utils/Types.hpp
+
2
−
2
View file @
458b9574
...
...
@@ -2,9 +2,9 @@
#define TYPES_HPP
enum
class
ZeroType
{
zero
};
constexpr
ZeroType
zero
=
zero
;
constexpr
ZeroType
zero
=
ZeroType
::
zero
;
enum
class
IdentityType
{
identity
};
constexpr
IdentityType
identity
=
identity
;
constexpr
IdentityType
identity
=
IdentityType
::
identity
;
#endif // TYPES_HPP
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