Augmented Usamimi

it { is_expected.to be_blog.written_by(izumin5210) }

Entries from 2016-11-03 to 1 day

C++11でmsgpack-cを利用するときはMSGPACK_DISABLE_LEGACY_NILする

C++

msgpack-c error: expected unqualified-id typedef nil_t nil; msgpack/msgpack-cのcpp-2.0.0を利用. そのまま読み込むと以下のようなエラーを吐く. In file included from /path/to/msgpack-c/include/msgpack.hpp:18: In file included from /path/to/m…