dynarmic/src
Mat M 522992965a Common: Delete Pool's copy constructor and copy/move assignment operators (#117)
The language defines a copy constructor as:

TypeName(const TypeName&)

so this was just deleting a constructor variant that would catch most cases of attempted copies.
2020-04-22 20:22:01 +01:00
..
backend_x64 emit_x64: Amend doxygen parameters for InvalidateCacheRange() (#116) 2020-04-22 20:22:01 +01:00
common Common: Delete Pool's copy constructor and copy/move assignment operators (#117) 2020-04-22 20:22:01 +01:00
frontend Standardize location of storage-class specifiers: Place at beginning of declarations 2017-09-29 01:23:45 +01:00
ir_opt ir_opt: Simplify dead-code elimination pass 2017-02-26 15:28:34 +00:00
CMakeLists.txt externals: update fmt to 4.0 2017-08-27 21:43:21 +01:00