@@ -36,7 +36,7 @@ public:
36
36
#ifndef _LIBCPP_NO_RTTI
37
37
virtual const void * target (const type_info&) const = 0;
38
38
virtual const std::type_info& target_type () const = 0;
39
- #endif // _LIBCPP_NO_RTTI
39
+ #endif // _LIBCPP_NO_RTTI
40
40
};
41
41
42
42
template <class _Rp , class _A0 >
@@ -55,7 +55,7 @@ public:
55
55
#ifndef _LIBCPP_NO_RTTI
56
56
virtual const void * target (const type_info&) const = 0;
57
57
virtual const std::type_info& target_type () const = 0;
58
- #endif // _LIBCPP_NO_RTTI
58
+ #endif // _LIBCPP_NO_RTTI
59
59
};
60
60
61
61
template <class _Rp , class _A0 , class _A1 >
@@ -74,7 +74,7 @@ public:
74
74
#ifndef _LIBCPP_NO_RTTI
75
75
virtual const void * target (const type_info&) const = 0;
76
76
virtual const std::type_info& target_type () const = 0;
77
- #endif // _LIBCPP_NO_RTTI
77
+ #endif // _LIBCPP_NO_RTTI
78
78
};
79
79
80
80
template <class _Rp , class _A0 , class _A1 , class _A2 >
@@ -93,7 +93,7 @@ public:
93
93
#ifndef _LIBCPP_NO_RTTI
94
94
virtual const void * target (const type_info&) const = 0;
95
95
virtual const std::type_info& target_type () const = 0;
96
- #endif // _LIBCPP_NO_RTTI
96
+ #endif // _LIBCPP_NO_RTTI
97
97
};
98
98
99
99
template <class _FD , class _Alloc , class _FB > class __func ;
@@ -114,7 +114,7 @@ public:
114
114
#ifndef _LIBCPP_NO_RTTI
115
115
virtual const void * target (const type_info&) const ;
116
116
virtual const std::type_info& target_type () const ;
117
- #endif // _LIBCPP_NO_RTTI
117
+ #endif // _LIBCPP_NO_RTTI
118
118
};
119
119
120
120
template <class _Fp , class _Alloc , class _Rp >
@@ -181,7 +181,7 @@ __func<_Fp, _Alloc, _Rp()>::target_type() const
181
181
return typeid (_Fp);
182
182
}
183
183
184
- #endif // _LIBCPP_NO_RTTI
184
+ #endif // _LIBCPP_NO_RTTI
185
185
186
186
template <class _Fp , class _Alloc , class _Rp , class _A0 >
187
187
class __func <_Fp, _Alloc, _Rp(_A0)>
@@ -200,7 +200,7 @@ public:
200
200
#ifndef _LIBCPP_NO_RTTI
201
201
virtual const void * target (const type_info&) const ;
202
202
virtual const std::type_info& target_type () const ;
203
- #endif // _LIBCPP_NO_RTTI
203
+ #endif // _LIBCPP_NO_RTTI
204
204
};
205
205
206
206
template <class _Fp , class _Alloc , class _Rp , class _A0 >
@@ -267,7 +267,7 @@ __func<_Fp, _Alloc, _Rp(_A0)>::target_type() const
267
267
return typeid (_Fp);
268
268
}
269
269
270
- #endif // _LIBCPP_NO_RTTI
270
+ #endif // _LIBCPP_NO_RTTI
271
271
272
272
template <class _Fp , class _Alloc , class _Rp , class _A0 , class _A1 >
273
273
class __func <_Fp, _Alloc, _Rp(_A0, _A1)>
@@ -286,7 +286,7 @@ public:
286
286
#ifndef _LIBCPP_NO_RTTI
287
287
virtual const void * target (const type_info&) const ;
288
288
virtual const std::type_info& target_type () const ;
289
- #endif // _LIBCPP_NO_RTTI
289
+ #endif // _LIBCPP_NO_RTTI
290
290
};
291
291
292
292
template <class _Fp , class _Alloc , class _Rp , class _A0 , class _A1 >
@@ -353,7 +353,7 @@ __func<_Fp, _Alloc, _Rp(_A0, _A1)>::target_type() const
353
353
return typeid (_Fp);
354
354
}
355
355
356
- #endif // _LIBCPP_NO_RTTI
356
+ #endif // _LIBCPP_NO_RTTI
357
357
358
358
template <class _Fp , class _Alloc , class _Rp , class _A0 , class _A1 , class _A2 >
359
359
class __func <_Fp, _Alloc, _Rp(_A0, _A1, _A2)>
@@ -372,7 +372,7 @@ public:
372
372
#ifndef _LIBCPP_NO_RTTI
373
373
virtual const void * target (const type_info&) const ;
374
374
virtual const std::type_info& target_type () const ;
375
- #endif // _LIBCPP_NO_RTTI
375
+ #endif // _LIBCPP_NO_RTTI
376
376
};
377
377
378
378
template <class _Fp , class _Alloc , class _Rp , class _A0 , class _A1 , class _A2 >
@@ -439,7 +439,7 @@ __func<_Fp, _Alloc, _Rp(_A0, _A1, _A2)>::target_type() const
439
439
return typeid (_Fp);
440
440
}
441
441
442
- #endif // _LIBCPP_NO_RTTI
442
+ #endif // _LIBCPP_NO_RTTI
443
443
444
444
} // __function
445
445
@@ -510,7 +510,7 @@ public:
510
510
const std::type_info& target_type () const ;
511
511
template <typename _Tp> _Tp* target ();
512
512
template <typename _Tp> const _Tp* target () const ;
513
- #endif // _LIBCPP_NO_RTTI
513
+ #endif // _LIBCPP_NO_RTTI
514
514
};
515
515
516
516
template <class _Rp >
@@ -720,7 +720,7 @@ function<_Rp()>::target() const
720
720
return (const _Tp*)__f_->target (typeid (_Tp));
721
721
}
722
722
723
- #endif // _LIBCPP_NO_RTTI
723
+ #endif // _LIBCPP_NO_RTTI
724
724
725
725
template <class _Rp , class _A0 >
726
726
class _LIBCPP_TEMPLATE_VIS function<_Rp(_A0)>
@@ -790,7 +790,7 @@ public:
790
790
const std::type_info& target_type () const ;
791
791
template <typename _Tp> _Tp* target ();
792
792
template <typename _Tp> const _Tp* target () const ;
793
- #endif // _LIBCPP_NO_RTTI
793
+ #endif // _LIBCPP_NO_RTTI
794
794
};
795
795
796
796
template <class _Rp , class _A0 >
@@ -1000,7 +1000,7 @@ function<_Rp(_A0)>::target() const
1000
1000
return (const _Tp*)__f_->target (typeid (_Tp));
1001
1001
}
1002
1002
1003
- #endif // _LIBCPP_NO_RTTI
1003
+ #endif // _LIBCPP_NO_RTTI
1004
1004
1005
1005
template <class _Rp , class _A0 , class _A1 >
1006
1006
class _LIBCPP_TEMPLATE_VIS function<_Rp(_A0, _A1)>
@@ -1070,7 +1070,7 @@ public:
1070
1070
const std::type_info& target_type () const ;
1071
1071
template <typename _Tp> _Tp* target ();
1072
1072
template <typename _Tp> const _Tp* target () const ;
1073
- #endif // _LIBCPP_NO_RTTI
1073
+ #endif // _LIBCPP_NO_RTTI
1074
1074
};
1075
1075
1076
1076
template <class _Rp , class _A0 , class _A1 >
@@ -1280,7 +1280,7 @@ function<_Rp(_A0, _A1)>::target() const
1280
1280
return (const _Tp*)__f_->target (typeid (_Tp));
1281
1281
}
1282
1282
1283
- #endif // _LIBCPP_NO_RTTI
1283
+ #endif // _LIBCPP_NO_RTTI
1284
1284
1285
1285
template <class _Rp , class _A0 , class _A1 , class _A2 >
1286
1286
class _LIBCPP_TEMPLATE_VIS function<_Rp(_A0, _A1, _A2)>
@@ -1349,7 +1349,7 @@ public:
1349
1349
const std::type_info& target_type () const ;
1350
1350
template <typename _Tp> _Tp* target ();
1351
1351
template <typename _Tp> const _Tp* target () const ;
1352
- #endif // _LIBCPP_NO_RTTI
1352
+ #endif // _LIBCPP_NO_RTTI
1353
1353
};
1354
1354
1355
1355
template <class _Rp , class _A0 , class _A1 , class _A2 >
@@ -1560,7 +1560,7 @@ function<_Rp(_A0, _A1, _A2)>::target() const
1560
1560
return (const _Tp*)__f_->target (typeid (_Tp));
1561
1561
}
1562
1562
1563
- #endif // _LIBCPP_NO_RTTI
1563
+ #endif // _LIBCPP_NO_RTTI
1564
1564
1565
1565
template <class _Fp >
1566
1566
inline _LIBCPP_INLINE_VISIBILITY
@@ -1588,4 +1588,4 @@ void
1588
1588
swap (function<_Fp>& __x, function<_Fp>& __y)
1589
1589
{return __x.swap (__y);}
1590
1590
1591
- #endif // _LIBCPP_FUNCTIONAL_03
1591
+ #endif // _LIBCPP_FUNCTIONAL_03
0 commit comments