Skip to content

Commit 83525ee

Browse files
Manu343726manusharded
authored andcommitted
Enable conditional reflection of types
1 parent 81f2874 commit 83525ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/jinja2cpp/reflected_value.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ struct TypeReflected : TypeReflectedImpl<T, true>
2222

2323

2424

25-
template<typename T>
25+
template<typename T, typename = void>
2626
struct TypeReflection : TypeReflectedImpl<T, false>
2727
{
2828
};

0 commit comments

Comments
 (0)