Skip to content

Commit

Permalink
Cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
alvistar committed Dec 3, 2015
1 parent f86d88c commit 41dd912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/mpackCPP/MsgPack.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class MsgPack {
uint elements = uint(sizeof ...(items));
pack_array(elements);
packAll(std::forward<ITEMS>(items)...);
};
}

template <typename T>
MsgPack& operator << (const T& data) {
Expand Down

0 comments on commit 41dd912

Please sign in to comment.