Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
wolf
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
mobile_robotics
wolf_projects
wolf_lib
wolf
Commits
be60b873
Commit
be60b873
authored
7 years ago
by
Jeremie Deray
Browse files
Options
Downloads
Patches
Plain Diff
Fix
!119
issue with Clang compiler
parent
f8abd429
No related branches found
No related tags found
1 merge request
!132
Merge branch 'fastest_logging' into 'master'
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/logging.h
+25
-25
25 additions, 25 deletions
src/logging.h
with
25 additions
and
25 deletions
src/logging.h
+
25
−
25
View file @
be60b873
...
@@ -20,31 +20,31 @@
...
@@ -20,31 +20,31 @@
namespace
wolf
{
namespace
wolf
{
namespace
internal
{
namespace
internal
{
const
expr
auto
repeated_brace
=
std
::
make_tuple
(
"{}"
,
static
const
auto
repeated_brace
=
std
::
make_tuple
(
"{}"
,
"{}{}"
,
"{}{}"
,
"{}{}{}"
,
"{}{}{}"
,
"{}{}{}{}"
,
"{}{}{}{}"
,
"{}{}{}{}{}"
,
"{}{}{}{}{}"
,
"{}{}{}{}{}{}"
,
"{}{}{}{}{}{}"
,
"{}{}{}{}{}{}{}"
,
"{}{}{}{}{}{}{}"
,
"{}{}{}{}{}{}{}{}"
,
"{}{}{}{}{}{}{}{}"
,
"{}{}{}{}{}{}{}{}{}"
,
"{}{}{}{}{}{}{}{}{}"
,
"{}{}{}{}{}{}{}{}{}{}"
,
"{}{}{}{}{}{}{}{}{}{}"
,
"{}{}{}{}{}{}{}{}{}{}{}"
,
"{}{}{}{}{}{}{}{}{}{}{}"
,
"{}{}{}{}{}{}{}{}{}{}{}{}"
,
"{}{}{}{}{}{}{}{}{}{}{}{}"
,
"{}{}{}{}{}{}{}{}{}{}{}{}{}"
,
"{}{}{}{}{}{}{}{}{}{}{}{}{}"
,
"{}{}{}{}{}{}{}{}{}{}{}{}{}{}"
,
"{}{}{}{}{}{}{}{}{}{}{}{}{}{}"
,
"{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}"
,
"{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}"
,
"{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}"
,
"{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}"
,
"{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}"
,
"{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}"
,
"{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}"
,
"{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}"
,
"{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}"
,
"{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}"
,
"{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}"
,
"{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}"
,
"{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}"
,
"{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}"
,
"{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}"
,
"{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}"
,
"{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}"
,
"{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}"
,
"{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}"
,
"{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}"
,
"{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}"
);
// up to 25 args.
"{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}{}"
);
// up to 25 args.
class
Logger
:
public
Singleton
<
Logger
>
class
Logger
:
public
Singleton
<
Logger
>
{
{
...
...
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