Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
3942b47e
Commit
3942b47e
authored
Oct 18, 2018
by
Ronan
Browse files
fix(c-tools): avoid usage of typename in structure specialization on Windows
parent
2cc27d66
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/c-wrapper/internal/c-tools.h
src/c-wrapper/internal/c-tools.h
+2
-2
No files found.
src/c-wrapper/internal/c-tools.h
View file @
3942b47e
...
...
@@ -746,8 +746,8 @@ LINPHONE_END_NAMESPACE
defined = true, \
isSubtype = true \
}; \
typedef
CppTypeMetaInfo<CPP_TYPE>::cType
cType
; \
static inline
typename CppTypeMetaInfo<CPP_TYPE>::
cType *init () { \
using cType =
CppTypeMetaInfo<CPP_TYPE>::cType; \
static inline cType *init () { \
return CppTypeMetaInfo<CPP_TYPE>::init(); \
} \
}; \
...
...
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