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 c7628c6 commit c8b28f5Copy full SHA for c8b28f5
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