Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ inline void msgpack_schema_pack(MsgpackSchemaPacker& packer, std::array<T, N> co
* @param obj The object to print schema of.
* @return std::string The schema as a string.
*/
inline std::string msgpack_schema_to_string(auto obj)
inline std::string msgpack_schema_to_string(const auto& obj)
{
msgpack::sbuffer output;
MsgpackSchemaPacker printer{ output };
Expand Down