[SVN r48839]
This commit is contained in:
Peter Dimov
2008-09-17 22:59:07 +00:00
parent 774332f85a
commit 395766e2d3

View File

@ -47,7 +47,7 @@
void <a href="#reset">reset</a>(T * p = 0);
template&lt;class D&gt; void <a href="#reset">reset</a>(T * p, D d);
T &amp; <a href="#indexing">operator[]</a>(std::ptrdiff_t i) const() const; // never throws
T &amp; <a href="#indexing">operator[]</a>(std::ptrdiff_t i) const; // never throws
T * <a href="#get">get</a>() const; // never throws
bool <a href="#unique">unique</a>() const; // never throws