Skip to content

Commit bc6ce53

Browse files
committed
標準ライブラリがlong longに対応した経緯を追加
1 parent 04dc99b commit bc6ce53

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

reference/istream/basic_istream/op_istream.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,14 @@ TBD
195195
- C++98
196196
- C++11: `long long``unsigned long long`、ストリームへの右辺値参照を実引数として受け取るものが追加された
197197

198-
##参照
198+
##関連項目
199199

200200
- このほかの`>>`演算子関数
201201
- [`std::basic_string`に対するもの](../../string/basic_string/op_istream.md)
202202
- 入力対象の型
203203
- [`basic_streambuf`](../../streambuf/basic_streambuf.md)
204+
205+
206+
##参照
207+
- [N2114 `long long` Goes to the Library, Revision 1](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2114.html)
208+

reference/limits/numeric_limits.md

+1
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,6 @@ namespace std {
7878
7979
8080
##参照
81+
- [N2114 `long long` Goes to the Library, Revision 1](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2114.html)
8182
- [LWG Issue 559. `numeric_limits<const T>`](http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#559)
8283

reference/ostream/basic_ostream/op_ostream.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,15 @@ TBD
164164
- C++98
165165
- C++11: `long long``unsigned long long`、ストリームへの右辺値参照を実引数として受け取るものが追加された
166166

167-
##参照
167+
168+
##関連項目
168169

169170
- このほかの`<<`演算子関数
170171
- [`std::basic_string`に対するもの](../../string/basic_string/op_ostream.md)
171172
- 出力対象の型
172173
- [`basic_streambuf`](../../streambuf/basic_streambuf.md)
174+
175+
176+
##参照
177+
- [N2114 `long long` Goes to the Library, Revision 1](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2114.html)
178+

0 commit comments

Comments
 (0)