luzhen a841177c5b
Fix valid function invoke failed in future class (#75)
In C++11, shared_ptr has an explicit operator bool which
means that a shared_ptr can't be implicitly converted to a bool.
adding an explicit cast is a valid fix to the code.
2021-12-23 07:21:55 +00:00
..
2020-06-10 15:10:57 +01:00
2020-06-05 10:53:52 +01:00
2020-01-24 15:21:26 +00:00
2021-09-07 18:43:12 +01:00
2021-08-23 19:39:55 +01:00