Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
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
atlas
athena
Commits
496bb49f
Commit
496bb49f
authored
2 years ago
by
Edward Moyse
Browse files
Options
Downloads
Plain Diff
Merge branch '23.0-clang15-ActsInterop' into 'master'
23.0-clang15-ActsInterop See merge request
!60331
parents
ef70d96b
829d1f0c
Loading
Loading
1 merge request
!60331
23.0-clang15-ActsInterop
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Tracking/Acts/ActsInterop/ActsInterop/Logger.h
+2
-2
2 additions, 2 deletions
Tracking/Acts/ActsInterop/ActsInterop/Logger.h
with
2 additions
and
2 deletions
Tracking/Acts/ActsInterop/ActsInterop/Logger.h
+
2
−
2
View file @
496bb49f
...
...
@@ -21,7 +21,7 @@ public:
:
m_msg
(
msg
),
m_name
(
name
)
{}
void
flush
(
const
Acts
::
Logging
::
Level
&
lvl
,
const
std
::
string
&
input
);
flush
(
const
Acts
::
Logging
::
Level
&
lvl
,
const
std
::
string
&
input
)
override
;
virtual
const
std
::
string
&
...
...
@@ -42,7 +42,7 @@ public:
//~AthenaFilterPolicy() = default;
bool
doPrint
(
const
Acts
::
Logging
::
Level
&
lvl
)
const
;
bool
doPrint
(
const
Acts
::
Logging
::
Level
&
lvl
)
const
override
;
virtual
Acts
::
Logging
::
Level
...
...
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