Sha256: 9321bdd045c1bcfa69151fedb9e9a392d25ac14536510f6182deedbed14f539f
Contents?: true
Size: 349 Bytes
Versions: 2
Compression:
Stored size: 349 Bytes
Contents
/* bug reported by akrzyz on 2016.03.10: tags for makeArrayRef were not emitted */ template <typename ValueType, int N, typename SizeType> typename boost::disable_if_c<N == 1, ArrayRef<ValueType, SizeType> >::type makeArrayRef(ValueType (&p_data)[N], SizeType& p_size) { return ArrayRef<ValueType, SizeType>(p_data, p_size); } void foo() { }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ctags.rb-1.1.4 | ext/vendor/ctags/Units/parser-cxx.r/templates3.d/input.cpp |
ctags.rb-1.1.3 | ext/vendor/ctags/Units/parser-cxx.r/templates3.d/input.cpp |