Commit graph

7 commits

Author SHA1 Message Date
Rudi Heitbaum
587e496f66
Fix build with gcc-13
Error was:
In file included from ../nall/arithmetic.hpp:69:
../nall/arithmetic/natural.hpp: In function 'void nall::div(const uint4096_t&, const uint4096_t&, uint4096_t&, uint4096_t&)':
../nall/arithmetic/natural.hpp:239:23: error: 'runtime_error' is not a member of 'std'
  239 |   if(!rhs) throw std::runtime_error("division by zero");
      |                       ^~~~~~~~~~~~~
../nall/arithmetic/natural.hpp:239:23: note: 'std::runtime_error' is defined in header '<stdexcept>'; did you forget to '#include <stdexcept>'?
2023-04-27 02:24:24 +10:00
DerKoun
f0b6cf34e9 Re-applying make file changes for Switch lost in 10.4 2021-02-20 13:07:42 +01:00
DerKoun
f1a45ff0a1 beta 10.4 2021-02-20 00:03:31 +01:00
DerKoun
3f9f4102be
Tweaked make file for libretro builds 2021-01-09 00:08:53 +01:00
DerKoun
4413ef4e60 beta10.1 (libretro only) 2020-01-17 22:20:22 +01:00
DerKoun
f902e98af6 beta10 (bsnes114) 2020-01-12 22:12:37 +01:00
DerKoun
7d436cad7a bsnes107r1 2019-05-26 20:37:46 +02:00