Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
yaml-cpp
Commits
39171cf0
"src/include/blockwise_gemm.hpp" did not exist on "313f3c07d210330a1bd04ed0604503efb18fa22c"
Commit
39171cf0
authored
May 14, 2012
by
beder
Browse files
Fixed explicitly qualifying iterator type for gcc
parent
b20e0a5e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
include/yaml-cpp/node/node.h
include/yaml-cpp/node/node.h
+2
-2
No files found.
include/yaml-cpp/node/node.h
View file @
39171cf0
...
...
@@ -24,8 +24,8 @@ namespace YAML
template
<
typename
>
friend
class
detail
::
iterator_base
;
template
<
typename
T
,
typename
S
>
friend
struct
as_if
;
typedef
iterator
iterator
;
typedef
const_iterator
const_iterator
;
typedef
YAML
::
iterator
iterator
;
typedef
YAML
::
const_iterator
const_iterator
;
Node
();
explicit
Node
(
NodeType
::
value
type
);
...
...
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