Files
MaxScale/server/core/maxscale
Johan Wikman f66620c89c Accept auto_ptr<T> where T is derived type
Without the member template it is not possible to pass an auto_ptr
instantiated with a derived type to post() or broadcast().

The reason is that the conversion constructor and conversion
operator of auto_ptr are equally good for that purpose, and hence
the compilation ends with an error.
2017-05-08 09:36:16 +03:00
..
2017-05-04 09:17:51 +03:00
2017-05-04 09:17:53 +03:00
2017-02-14 21:42:28 +02:00
2017-03-24 09:21:20 +02:00
2017-02-14 21:42:28 +02:00
2017-02-14 21:42:28 +02:00
2017-05-03 14:16:35 +03:00
2017-02-14 21:42:28 +02:00
2017-02-14 21:42:28 +02:00
2017-02-14 21:42:28 +02:00
2017-02-14 21:42:28 +02:00
2017-04-20 13:51:16 +03:00