Re: Review Request 45489: Replaced reinterpret_cast with dynamic_cast in libprocess.

2016-03-30 Thread Benjamin Bannier
> On March 30, 2016, 5:03 p.m., Benjamin Bannier wrote: > > 3rdparty/libprocess/src/process.cpp, line 1531 > > > > > > Here and below: Either explicitly assert that the `dynamic_cast` does > > not return `NULL`, or

Re: Review Request 45489: Replaced reinterpret_cast with dynamic_cast in libprocess.

2016-03-30 Thread Neil Conway
> On March 30, 2016, 3:03 p.m., Benjamin Bannier wrote: > > 3rdparty/libprocess/src/process.cpp, line 1531 > > > > > > Here and below: Either explicitly assert that the `dynamic_cast` does > > not return `NULL`, or

Re: Review Request 45489: Replaced reinterpret_cast with dynamic_cast in libprocess.

2016-03-30 Thread Benjamin Bannier
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45489/#review126115 --- 3rdparty/libprocess/src/process.cpp (line 1531)

Review Request 45489: Replaced reinterpret_cast with dynamic_cast in libprocess.

2016-03-30 Thread Neil Conway
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45489/ --- Review request for mesos and Ben Mahler. Repository: mesos Description --