Sha256: d91c7691d3ed83ee832cc485f876dda74ef6fd20514dbe1ad48bdf2f01f9c73e
Contents?: true
Size: 290 Bytes
Versions: 2
Compression:
Stored size: 290 Bytes
Contents
#ifndef BANDIT_SPEC_REGISTRY_H #define BANDIT_SPEC_REGISTRY_H namespace bandit { namespace detail { typedef std::list<voidfunc_t> spec_registry; inline detail::spec_registry& specs() { static detail::spec_registry registry; return registry; } } } #endif
Version data entries
2 entries across 2 versions & 1 rubygems