Skip to content

Commit c26fda2

Browse files
committed
リンク切れを修正 #1561
1 parent ca315ba commit c26fda2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/memory/allocator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ int main(int argc, char** argv) {
136136
- [Visual C++](/implementation.md#visual_cpp): 2012, 2013
137137
138138
## 参照
139-
- [A visitor’s guide to C++ allocators](https://rawgit.com/google/cxx-std-draft/allocator-paper/allocator_user_guide.html)
139+
- [A visitor’s guide to C++ allocators](https://htmlpreview.github.io/?https://github.com/google/cxx-std-draft/blob/allocator-paper/allocator_user_guide.html)
140140
- [LWG #2103 - `std::allocator_traits<std::allocator<T>>::propagate_on_container_move_assignment`](http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#2103)
141141
- [N2669 Thread-Safety in the Standard Library (Rev 2)](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2669.htm)
142142
- [AllocatorAwareContainer: Introduction and pitfalls of `propagate_on_container_XXX` defaults](https://www.foonathan.net/2015/10/allocatorawarecontainer-propagation-pitfalls/)

0 commit comments

Comments
 (0)