vlc_shared_data_ptr: make operator bool() explicit
Like unique_ptr, make the operator bool() explicit, so that it is only called implicitly when the value may be "contextually converted to bool" (if, while, etc.). Suggested-by:Filip Roséen <filip@atch.se> Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
Please register or sign in to comment