dynarmic/include/dynarmic
Lioncash 92daae9513 A32/coprocessor: Remove boost from public interface
Removes a boost header from the public includes in favor of using the
standard-provided std::variant.

The use of boost in public interfaces is often a dealbreaker for some
people. Given we use std::optional in the header already, we can
transition over to std::variant from boost::variant.

With this removal, this makes all of our dependencies internal to the
library itself.
2020-04-22 21:02:47 +01:00
..
A32 A32/coprocessor: Remove boost from public interface 2020-04-22 21:02:47 +01:00
A64 A64: Implement BRK 2020-04-22 20:55:06 +01:00