Skip to content

Commit 50d77b3

Browse files
committed
remove duplicate line
1 parent a8797d0 commit 50d77b3

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

reference/memory/shared_ptr/atomic_compare_exchange_strong_explicit.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ int main()
102102
## 参照
103103
- [`atomic_compare_exchange_strong() - shared_ptr`](atomic_compare_exchange_strong.md)
104104
- [`atomic_compare_exchange_strong_explicit() - <atomic>`](/reference/atomic/atomic_compare_exchange_strong_explicit.md)
105-
- [`atomic_compare_exchange_strong_explicit() - <atomic>`](/reference/atomic/atomic_compare_exchange_strong_explicit.md)
106105
- [N2674 Shared_ptr atomic access, revision 1](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2674.htm)
107106
- [C++0x Shared_ptr atomic access - Faith and Brave - C++で遊ぼう](http://faithandbrave.hateblo.jp/entry/20081015/1224066366)
108107
- [LWG Issue 2172. Does `atomic_compare_exchange_*` accept `v == nullptr` arguments?](http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2172)

reference/unordered_map/unordered_map/max_load_factor.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ new load_factor: 1.125
127127

128128
### 処理系
129129
- [Clang](/implementation.md#clang): ??
130-
- [Clang](/implementation.md#clang): ??
131130
- [GCC](/implementation.md#gcc): ??
132131
- [ICC](/implementation.md#icc): ?
133132
- [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified]

reference/unordered_map/unordered_multimap/max_load_factor.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ new load_factor: 1.125
129129

130130
### 処理系
131131
- [Clang](/implementation.md#clang): ??
132-
- [Clang](/implementation.md#clang): ??
133132
- [GCC](/implementation.md#gcc): ??
134133
- [ICC](/implementation.md#icc): ?
135134
- [Visual C++](/implementation.md#visual_cpp): 2012 [mark verified]

0 commit comments

Comments
 (0)