@@ -36,7 +36,7 @@ public:
3636#ifndef _LIBCPP_NO_RTTI
3737 virtual const void * target (const type_info&) const = 0;
3838 virtual const std::type_info& target_type () const = 0;
39- #endif // _LIBCPP_NO_RTTI
39+ #endif // _LIBCPP_NO_RTTI
4040};
4141
4242template <class _Rp , class _A0 >
@@ -55,7 +55,7 @@ public:
5555#ifndef _LIBCPP_NO_RTTI
5656 virtual const void * target (const type_info&) const = 0;
5757 virtual const std::type_info& target_type () const = 0;
58- #endif // _LIBCPP_NO_RTTI
58+ #endif // _LIBCPP_NO_RTTI
5959};
6060
6161template <class _Rp , class _A0 , class _A1 >
@@ -74,7 +74,7 @@ public:
7474#ifndef _LIBCPP_NO_RTTI
7575 virtual const void * target (const type_info&) const = 0;
7676 virtual const std::type_info& target_type () const = 0;
77- #endif // _LIBCPP_NO_RTTI
77+ #endif // _LIBCPP_NO_RTTI
7878};
7979
8080template <class _Rp , class _A0 , class _A1 , class _A2 >
@@ -93,7 +93,7 @@ public:
9393#ifndef _LIBCPP_NO_RTTI
9494 virtual const void * target (const type_info&) const = 0;
9595 virtual const std::type_info& target_type () const = 0;
96- #endif // _LIBCPP_NO_RTTI
96+ #endif // _LIBCPP_NO_RTTI
9797};
9898
9999template <class _FD , class _Alloc , class _FB > class __func ;
@@ -114,7 +114,7 @@ public:
114114#ifndef _LIBCPP_NO_RTTI
115115 virtual const void * target (const type_info&) const ;
116116 virtual const std::type_info& target_type () const ;
117- #endif // _LIBCPP_NO_RTTI
117+ #endif // _LIBCPP_NO_RTTI
118118};
119119
120120template <class _Fp , class _Alloc , class _Rp >
@@ -181,7 +181,7 @@ __func<_Fp, _Alloc, _Rp()>::target_type() const
181181 return typeid (_Fp);
182182}
183183
184- #endif // _LIBCPP_NO_RTTI
184+ #endif // _LIBCPP_NO_RTTI
185185
186186template <class _Fp , class _Alloc , class _Rp , class _A0 >
187187class __func <_Fp, _Alloc, _Rp(_A0)>
@@ -200,7 +200,7 @@ public:
200200#ifndef _LIBCPP_NO_RTTI
201201 virtual const void * target (const type_info&) const ;
202202 virtual const std::type_info& target_type () const ;
203- #endif // _LIBCPP_NO_RTTI
203+ #endif // _LIBCPP_NO_RTTI
204204};
205205
206206template <class _Fp , class _Alloc , class _Rp , class _A0 >
@@ -267,7 +267,7 @@ __func<_Fp, _Alloc, _Rp(_A0)>::target_type() const
267267 return typeid (_Fp);
268268}
269269
270- #endif // _LIBCPP_NO_RTTI
270+ #endif // _LIBCPP_NO_RTTI
271271
272272template <class _Fp , class _Alloc , class _Rp , class _A0 , class _A1 >
273273class __func <_Fp, _Alloc, _Rp(_A0, _A1)>
@@ -286,7 +286,7 @@ public:
286286#ifndef _LIBCPP_NO_RTTI
287287 virtual const void * target (const type_info&) const ;
288288 virtual const std::type_info& target_type () const ;
289- #endif // _LIBCPP_NO_RTTI
289+ #endif // _LIBCPP_NO_RTTI
290290};
291291
292292template <class _Fp , class _Alloc , class _Rp , class _A0 , class _A1 >
@@ -353,7 +353,7 @@ __func<_Fp, _Alloc, _Rp(_A0, _A1)>::target_type() const
353353 return typeid (_Fp);
354354}
355355
356- #endif // _LIBCPP_NO_RTTI
356+ #endif // _LIBCPP_NO_RTTI
357357
358358template <class _Fp , class _Alloc , class _Rp , class _A0 , class _A1 , class _A2 >
359359class __func <_Fp, _Alloc, _Rp(_A0, _A1, _A2)>
@@ -372,7 +372,7 @@ public:
372372#ifndef _LIBCPP_NO_RTTI
373373 virtual const void * target (const type_info&) const ;
374374 virtual const std::type_info& target_type () const ;
375- #endif // _LIBCPP_NO_RTTI
375+ #endif // _LIBCPP_NO_RTTI
376376};
377377
378378template <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
439439 return typeid (_Fp);
440440}
441441
442- #endif // _LIBCPP_NO_RTTI
442+ #endif // _LIBCPP_NO_RTTI
443443
444444} // __function
445445
@@ -510,7 +510,7 @@ public:
510510 const std::type_info& target_type () const ;
511511 template <typename _Tp> _Tp* target ();
512512 template <typename _Tp> const _Tp* target () const ;
513- #endif // _LIBCPP_NO_RTTI
513+ #endif // _LIBCPP_NO_RTTI
514514};
515515
516516template <class _Rp >
@@ -720,7 +720,7 @@ function<_Rp()>::target() const
720720 return (const _Tp*)__f_->target (typeid (_Tp));
721721}
722722
723- #endif // _LIBCPP_NO_RTTI
723+ #endif // _LIBCPP_NO_RTTI
724724
725725template <class _Rp , class _A0 >
726726class _LIBCPP_TEMPLATE_VIS function<_Rp(_A0)>
@@ -790,7 +790,7 @@ public:
790790 const std::type_info& target_type () const ;
791791 template <typename _Tp> _Tp* target ();
792792 template <typename _Tp> const _Tp* target () const ;
793- #endif // _LIBCPP_NO_RTTI
793+ #endif // _LIBCPP_NO_RTTI
794794};
795795
796796template <class _Rp , class _A0 >
@@ -1000,7 +1000,7 @@ function<_Rp(_A0)>::target() const
10001000 return (const _Tp*)__f_->target (typeid (_Tp));
10011001}
10021002
1003- #endif // _LIBCPP_NO_RTTI
1003+ #endif // _LIBCPP_NO_RTTI
10041004
10051005template <class _Rp , class _A0 , class _A1 >
10061006class _LIBCPP_TEMPLATE_VIS function<_Rp(_A0, _A1)>
@@ -1070,7 +1070,7 @@ public:
10701070 const std::type_info& target_type () const ;
10711071 template <typename _Tp> _Tp* target ();
10721072 template <typename _Tp> const _Tp* target () const ;
1073- #endif // _LIBCPP_NO_RTTI
1073+ #endif // _LIBCPP_NO_RTTI
10741074};
10751075
10761076template <class _Rp , class _A0 , class _A1 >
@@ -1280,7 +1280,7 @@ function<_Rp(_A0, _A1)>::target() const
12801280 return (const _Tp*)__f_->target (typeid (_Tp));
12811281}
12821282
1283- #endif // _LIBCPP_NO_RTTI
1283+ #endif // _LIBCPP_NO_RTTI
12841284
12851285template <class _Rp , class _A0 , class _A1 , class _A2 >
12861286class _LIBCPP_TEMPLATE_VIS function<_Rp(_A0, _A1, _A2)>
@@ -1349,7 +1349,7 @@ public:
13491349 const std::type_info& target_type () const ;
13501350 template <typename _Tp> _Tp* target ();
13511351 template <typename _Tp> const _Tp* target () const ;
1352- #endif // _LIBCPP_NO_RTTI
1352+ #endif // _LIBCPP_NO_RTTI
13531353};
13541354
13551355template <class _Rp , class _A0 , class _A1 , class _A2 >
@@ -1560,7 +1560,7 @@ function<_Rp(_A0, _A1, _A2)>::target() const
15601560 return (const _Tp*)__f_->target (typeid (_Tp));
15611561}
15621562
1563- #endif // _LIBCPP_NO_RTTI
1563+ #endif // _LIBCPP_NO_RTTI
15641564
15651565template <class _Fp >
15661566inline _LIBCPP_INLINE_VISIBILITY
@@ -1588,4 +1588,4 @@ void
15881588swap (function<_Fp>& __x, function<_Fp>& __y)
15891589{return __x.swap (__y);}
15901590
1591- #endif // _LIBCPP_FUNCTIONAL_03
1591+ #endif // _LIBCPP_FUNCTIONAL_03
0 commit comments