We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6117076 commit e105efcCopy full SHA for e105efc
include/xcpp/xmime.hpp
@@ -40,7 +40,7 @@ namespace xcpp
40
template <class T>
41
nl::json mime_bundle_repr(const T& value)
42
{
43
- return detail::mime_bundle_repr_via_sstream(&value);
+ return detail::mime_bundle_repr_via_sstream(value);
44
}
45
46
0 commit comments