stdcxx_bits.h 198 B

1234567891011
  1. #pragma once
  2. namespace std {
  3. void __throw_out_of_range_fmt(const char*, ...)
  4. __attribute__((__noreturn__))
  5. __attribute__((__format__(__printf__, 1, 2)))
  6. __attribute__((__weak__))
  7. ;
  8. }