3
votes
3answers
275 views
Overloading operator [] for a sparse vector
I'm trying to create a "sparse" vector class in C++, like so:
template<typename V, V Default>
class SparseVector {
...
}
Internally, it will be represented by an std::map<int, V> …
1
vote
2answers
53 views
Using Sparse to check C code
Does anyone have experience with Sparse? I seem unable to find any documentation, so the warnings and errors it produces are unclear to me. I tried checking the mailing list and man page but there …
0
votes
1answer
56 views
Sparse checkouts and svn:externals
I'm trying to do a sparse checkout of a folder containing externals, but none of the externals are being checked out. This issue seems to indicate that this behavior may be by design, or at least that …
