Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
c9822a54
Commit
c9822a54
authored
May 04, 2015
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Coding style: remove tabs
parent
3ed5bf7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
libcaf_core/caf/actor_ostream.hpp
libcaf_core/caf/actor_ostream.hpp
+2
-2
No files found.
libcaf_core/caf/actor_ostream.hpp
View file @
c9822a54
...
...
@@ -60,8 +60,8 @@ class actor_ostream {
inline
typename
std
::
enable_if
<
!
std
::
is_convertible
<
T
,
std
::
string
>::
value
,
actor_ostream
&
>::
type
operator
<<
(
T
&&
arg
)
{
using
std
::
to_string
;
return
write
(
to_string
(
std
::
forward
<
T
>
(
arg
)));
using
std
::
to_string
;
return
write
(
to_string
(
std
::
forward
<
T
>
(
arg
)));
}
inline
actor_ostream
&
operator
<<
(
actor_ostream
::
fun_type
f
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment