Sha256: 16f8e91d02e100ce6c2e640309454afd7d8c73c4aaaf8ed680e6598296df8740
Contents?: true
Size: 354 Bytes
Versions: 36
Compression:
Stored size: 354 Bytes
Contents
/* Copyright Rene Rivera 2011-2012 Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) */ #ifndef MSGPACK_PREDEF_DETAIL__CASSERT_H #define MSGPACK_PREDEF_DETAIL__CASSERT_H #if defined(__cplusplus) #include <cassert> #else #include <assert.h> #endif #endif
Version data entries
36 entries across 36 versions & 2 rubygems