File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
contrib/libs/cxxsupp/libcxxrt Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -282,7 +282,7 @@ namespace std
282
282
{
283
283
// Forward declaration of standard library terminate() function used to
284
284
// abort execution.
285
- void terminate (void ) _LIBCXXRT_NOEXCEPT;
285
+ [[noreturn]] void terminate (void ) _LIBCXXRT_NOEXCEPT;
286
286
}
287
287
288
288
using namespace ABI_NAMESPACE ;
@@ -1636,7 +1636,7 @@ namespace std
1636
1636
* Terminates the program, calling a custom terminate implementation if
1637
1637
* required.
1638
1638
*/
1639
- void terminate () _LIBCXXRT_NOEXCEPT
1639
+ [[noreturn]] void terminate () _LIBCXXRT_NOEXCEPT
1640
1640
{
1641
1641
static __cxa_thread_info *info = thread_info ();
1642
1642
if (0 != info && 0 != info->terminateHandler )
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ LICENSE(
11
11
12
12
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
13
13
14
- VERSION(2024-08-06 )
14
+ VERSION(2024-09-24 )
15
15
16
- ORIGINAL_SOURCE(https ://github.com/libcxxrt/libcxxrt/archive/7a3ef57f64be0f2f2a156af011adfbe76c7dce74 .tar.gz)
16
+ ORIGINAL_SOURCE(https ://github.com/libcxxrt/libcxxrt/archive/40e4fa2049930412a2c43cdf0c39b6b5aa735341 .tar.gz)
17
17
18
18
ADDINCL(
19
19
contrib/libs/cxxsupp/libcxxrt
You can’t perform that action at this time.
0 commit comments