Skip to content

Instantly share code, notes, and snippets.

View wowh's full-sized avatar

hulk wo wowh

  • gangchang smart link co.ltd
  • hangzhou,zhejiang,china
View GitHub Profile
@dot
dot / main.cc
Created September 6, 2011 09:25
messagepack with raw_ref
// g++ -g -O0 -Wall -fPIC -I/usr/local/include/ -L/usr/local/lib/ -lmsgpack main.cc -o main
#include <iostream>
#include <msgpack.hpp>
struct Result {
public:
msgpack::type::raw_ref message;
Result() {}
MSGPACK_DEFINE( message);