Skip to content
Snippets Groups Projects
Commit 7b6f0626 authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

[common] fix Typename specialization

parent e8eaaa90
No related branches found
No related tags found
2 merge requests!20Update bindings,!11WIP: Update bindings
......@@ -34,7 +34,7 @@
template <> \
struct Typename<NAME> \
{ \
static const char* value() \
static const std::string value(bool fail_wo_typeid = false) \
{ \
return #NAME; \
} \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment