| ... | ... |
@@ -117,7 +117,2 @@ |
| 117 | 117 |
template<typename T1> |
| 118 |
struct rebind {
|
|
| 119 |
typedef ConstMap<K, T1> other; |
|
| 120 |
}; |
|
| 121 |
|
|
| 122 |
template<typename T1> |
|
| 123 | 118 |
ConstMap(const ConstMap<K, T1> &, const T &_v) : v(_v) {}
|
| ... | ... |
@@ -245,6 +240,2 @@ |
| 245 | 240 |
|
| 246 |
template <typename T1, typename C1 = std::less<T1> > |
|
| 247 |
struct rebind {
|
|
| 248 |
typedef StdMap<Key, T1, C1> other; |
|
| 249 |
}; |
|
| 250 | 241 |
}; |
| ... | ... |
@@ -394,3 +385,3 @@ |
| 394 | 385 |
|
| 395 |
///This \ |
|
| 386 |
///This \ref concepts::ReadMap "read only map" returns the simple |
|
| 396 | 387 |
///wrapping of the given map. Sometimes the reference maps cannot be |
| ... | ... |
@@ -417,5 +408,5 @@ |
| 417 | 408 |
|
| 418 |
///Simple writable wrapping of |
|
| 409 |
///Simple writable wrapping of a map |
|
| 419 | 410 |
|
| 420 |
///This \ |
|
| 411 |
///This \ref concepts::WriteMap "write map" returns the simple |
|
| 421 | 412 |
///wrapping of the given map. Sometimes the reference maps cannot be |
| ... | ... |
@@ -1555,3 +1546,3 @@ |
| 1555 | 1546 |
|
| 1556 |
/// |
|
| 1547 |
/// The \c set function of the map |
|
| 1557 | 1548 |
void set(const Key& key, Value value) {
|
0 comments (0 inline)