Avi Kivity
ddee5e817a
Workaround boost::any_cast bug
...
any_cast<X> is supposed to return X, but boost 1.55's any_cast<X> returns
X&&. This means the lifetime-extending construct
auto&& x = boost::any_cast<X>(...);
will not work, because the result of the expression is an rvalue reference,
not a true temporary.
Fix by using a temporary, not a lifetime-extending reference.
Fixes #163 .
2015-08-19 09:15:31 +03:00
..
2015-08-14 16:12:38 +02:00
2015-08-13 11:34:26 +02:00
2015-08-14 14:53:35 +02:00
2015-08-14 14:53:35 +02:00
2015-07-24 10:21:11 +02:00
2015-07-24 10:21:11 +02:00
2015-05-12 16:32:56 +03:00
2015-07-24 10:21:11 +02:00
2015-07-24 10:21:11 +02:00
2014-12-24 14:18:21 +02:00
2015-07-10 10:49:30 +03:00
2015-07-10 10:49:30 +03:00
2015-04-29 15:40:38 +03:00
2015-05-12 16:41:12 +03:00
2015-07-24 10:21:11 +02:00
2015-07-24 10:21:11 +02:00
2015-07-25 17:34:56 +03:00
2015-07-06 23:36:48 +02:00
2015-08-17 09:48:58 +03:00
2015-07-21 14:46:34 +02:00
2015-07-21 14:46:34 +02:00
2015-07-06 08:21:15 +02:00
2015-08-04 10:59:13 +02:00
2015-02-12 19:40:58 +01:00
2015-02-12 19:40:58 +01:00
2015-07-10 10:42:10 +03:00
2015-07-10 10:42:10 +03:00
2015-07-10 10:31:56 +03:00
2015-07-10 10:31:56 +03:00
2015-08-19 09:15:31 +03:00
2015-07-22 15:30:13 +02:00
2015-07-22 15:30:13 +02:00
2015-07-22 15:30:13 +02:00
2015-08-13 10:45:27 +02:00
2015-04-20 16:15:34 +03:00
2015-04-29 15:40:38 +03:00
2015-05-12 16:41:12 +03:00
2015-02-04 10:29:00 +01:00
2015-02-12 19:40:58 +01:00
2015-04-14 15:36:42 +02:00
2015-08-17 09:48:59 +03:00
2015-08-17 09:48:59 +03:00
2015-08-17 09:48:58 +03:00
2015-07-09 00:12:08 -04:00
2015-03-24 12:03:00 +01:00
2015-07-08 10:02:31 +02:00
2015-03-11 14:56:10 +01:00
2015-08-17 09:48:58 +03:00
2015-07-22 15:30:13 +02:00
2015-08-13 10:45:27 +02:00
2015-04-29 15:40:38 +03:00
2015-05-12 16:32:56 +03:00
2015-08-14 16:12:42 +02:00
2015-07-08 10:02:31 +02:00
2015-08-17 10:51:58 +03:00
2015-04-20 16:15:34 +03:00
2015-07-06 08:21:16 +02:00
2015-07-07 11:38:22 -04:00
2015-04-15 20:44:50 +02:00
2015-07-30 14:10:06 +02:00
2015-04-29 15:40:38 +03:00
2014-12-24 14:18:21 +02:00
2015-07-24 10:21:11 +02:00
2015-07-24 10:21:11 +02:00
2015-05-12 16:32:56 +03:00