Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
Takin
tlibs
Commits
327ecd8a
Commit
327ecd8a
authored
Jan 03, 2020
by
Tobias WEBER
Browse files
small cleanup
parent
acb72939
Changes
1
Hide whitespace changes
Inline
Side-by-side
string/eval_impl.h
View file @
327ecd8a
...
...
@@ -193,8 +193,7 @@ namespace tl
// * or /
m_term
=
(
m_val
[
qi
::
_val
=
qi
::
_1
]
>
*
((
t_ch
(
'*'
)
>
m_val
)
[
qi
::
_val
*=
qi
::
_1
]
|
(
t_ch
(
'/'
)
>
m_val
)
[
qi
::
_val
/=
qi
::
_1
]))
|
m_val
[
qi
::
_val
=
qi
::
_1
];
|
(
t_ch
(
'/'
)
>
m_val
)
[
qi
::
_val
/=
qi
::
_1
]));
// pow
m_val
=
m_baseval
[
qi
::
_val
=
qi
::
_1
]
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment