dynarmic/src/common
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
..
address_range.h Ranged cache invalidation 2017-09-11 00:11:05 +01:00
assert.h assert: _a_ expression string shouldn't be part of the format string 2016-12-12 07:49:18 +00:00
bit_util.h bit_util: Remove unnecessary include 2017-01-09 22:19:51 +00:00
common_types.h Replace (void)(...); idiom with UNUSED macro 2016-12-15 21:36:05 +00:00
intrusive_list.h intrusive_list: Amend doxygen parameter documentation 2016-09-06 22:54:33 -04:00
iterator_util.h Port x64 backend to xbyak 2016-08-25 16:18:17 +01:00
memory_pool.cpp memory_pool: Deduplicate slab allocation code (#28) 2016-09-07 13:20:42 +01:00
memory_pool.h Common: Delete Pool's copy constructor and copy/move assignment operators (#117) 2020-04-22 20:22:01 +01:00
mp.h mp: Add support for const member function pointers to FunctionInfo 2016-12-23 11:32:12 +00:00
scope_exit.h Common: Add scope_exit.h 2016-07-04 14:56:41 +08:00
string_util.h Convert formatting over to fmtlib 2016-08-26 13:13:19 +01:00
variant_util.h common: Introduce utility function VisitVariant 2017-02-16 19:30:56 +00:00