Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Klepl Jiří
asgn
Commits
7ced1c58
Commit
7ced1c58
authored
Mar 13, 2020
by
Bednárek David RNDr. Ph.D.
Browse files
g++ compatibility
parent
b5180825
Changes
1
Hide whitespace changes
Inline
Side-by-side
asgn/fmwkng.hpp
View file @
7ced1c58
...
...
@@ -988,7 +988,7 @@ namespace fmwkng {
{
auto
cit
=
a
.
begin
()
+
2
;
auto
cite
=
find
(
cit
,
a
.
end
(),
'='
);
auto
&
name
=
std
::
string_view
(
&*
cit
,
cite
-
cit
);
auto
name
=
std
::
string_view
(
&*
cit
,
cite
-
cit
);
std
::
string_view
value
;
if
(
cite
!=
a
.
end
())
{
...
...
@@ -1607,6 +1607,10 @@ namespace fmwkng {
}
};
#pragma endregion
template
<
typename
ppt_t
>
class
temporary_context
;
template
<
typename
ppt_t
>
temporary_context
(
const
ppt_t
&
)
->
temporary_context
<
ppt_t
>
;
namespace
impl
{
#pragma region auto_measurement
template
<
typename
measurement_policy
>
...
...
@@ -1842,8 +1846,6 @@ namespace fmwkng {
#pragma region tagged_context1
template
<
typename
...
tags
>
class
tagged_context
;
template
<
typename
dt_t
>
class
temporary_context
;
#pragma endregion
namespace
impl
{
#pragma region parallel2
...
...
Write
Preview
Supports
Markdown
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