Tillmann Karras 81d4d7368a Add a std::make_unique implementation
Some compilers we care about (mostly g++) do not support std::make_unique yet,
but we still want to use it in our codebase to make unique_ptr code more
readable. This commit introduces an implementation derivated from the libc++
code in the Dolphin codebase so we can use it right now everywhere.

Adapted from delroth's pull request.
2014-05-06 12:32:03 +02:00
..
2014-03-09 21:14:26 +01:00
2014-04-06 10:28:41 -04:00
2014-04-17 10:39:02 +02:00
2014-04-14 20:04:44 +02:00
2014-03-09 21:14:26 +01:00
2014-04-17 10:39:02 +02:00
2014-03-09 21:14:26 +01:00
2014-03-14 13:51:23 -04:00
2014-03-14 13:51:23 -04:00
2014-03-09 21:14:26 +01:00
2014-03-09 21:14:26 +01:00
2014-03-07 21:40:59 +13:00
2014-03-14 13:51:23 -04:00
2014-03-14 13:51:23 -04:00
2014-03-09 21:14:26 +01:00
2014-03-09 21:14:26 +01:00
2014-03-14 13:51:23 -04:00
2014-03-14 13:51:23 -04:00
2014-03-14 13:51:23 -04:00
2014-03-14 13:51:23 -04:00
2014-03-14 13:51:23 -04:00
2014-03-14 13:51:23 -04:00
2014-04-30 15:26:11 +02:00
2014-04-30 15:26:11 +02:00