Commit 9f8233a
committed
Update on "Replace c10::guts::stuff with std::stuff"
Since we now have C++14, we don't need these c10::guts helpers anymore
- c10::guts::make_unique -> std::make_unique
- c10::guts::integer_sequence -> std::integer_sequence
- c10::guts::index_sequence -> std::index_sequence
- c10::guts::make_integer_sequence -> std::make_integer_sequence
- c10::guts::make_index_sequence -> std::make_index_sequence
- c10::guts::index_sequence_for -> std::index_sequence_for
- c10::guts::conditional_t -> std::conditional_t
- c10::guts::enable_if_t -> std::enable_if_t
- c10::guts::add_lvalue_reference_t -> std::add_lvalue_reference_t
- c10::guts::remove_reference_t -> std::remove_reference_t
- c10::guts::remove_cv_t -> std::remove_cv_t
- c10::guts::result_of_t -> std::result_of_t
- c10::guts::decay_t -> std::decay_t
- c10::guts::remove_const_t -> std::remove_const_t
- c10::guts::remove_pointer_t -> std::remove_pointer_t
- c10::guts::common_type_t -> std::common_type_t
Differential Revision: [D18869639](https://our.internmc.facebook.com/intern/diff/D18869639/)
[ghstack-poisoned]1 parent 90374de commit 9f8233a
File tree
4 files changed
+28
-6
lines changed- c10
- test/util
- util
- caffe2/utils/threadpool
4 files changed
+28
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
192 | 202 | | |
193 | 203 | | |
194 | 204 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
| 183 | + | |
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
| 208 | + | |
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
| |||
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
381 | | - | |
| 381 | + | |
382 | 382 | | |
383 | 383 | | |
384 | 384 | | |
| |||
524 | 524 | | |
525 | 525 | | |
526 | 526 | | |
527 | | - | |
| 527 | + | |
528 | 528 | | |
529 | 529 | | |
530 | 530 | | |
| |||
556 | 556 | | |
557 | 557 | | |
558 | 558 | | |
559 | | - | |
| 559 | + | |
560 | 560 | | |
561 | 561 | | |
562 | 562 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
234 | | - | |
| 234 | + | |
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
| |||
0 commit comments