File tree 3 files changed +14
-2
lines changed
3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 195
195
- C++98
196
196
- C++11: ` long long ` 、` unsigned long long ` 、ストリームへの右辺値参照を実引数として受け取るものが追加された
197
197
198
- ##参照
198
+ ##関連項目
199
199
200
200
- このほかの` >> ` 演算子関数
201
201
- [ ` std::basic_string ` に対するもの] ( ../../string/basic_string/op_istream.md )
202
202
- 入力対象の型
203
203
- [ ` 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
+
Original file line number Diff line number Diff line change @@ -78,5 +78,6 @@ namespace std {
78
78
79
79
80
80
##参照
81
+ - [N2114 `long long` Goes to the Library, Revision 1](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2114.html)
81
82
- [LWG Issue 559. `numeric_limits<const T>`](http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#559)
82
83
Original file line number Diff line number Diff line change 164
164
- C++98
165
165
- C++11: ` long long ` 、` unsigned long long ` 、ストリームへの右辺値参照を実引数として受け取るものが追加された
166
166
167
- ##参照
167
+
168
+ ##関連項目
168
169
169
170
- このほかの` << ` 演算子関数
170
171
- [ ` std::basic_string ` に対するもの] ( ../../string/basic_string/op_ostream.md )
171
172
- 出力対象の型
172
173
- [ ` 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
+
You can’t perform that action at this time.
0 commit comments