Add explicit bool cast for C++11, fix #16
Add explicit cast in the definition of HPP_ASSERT because C++11 does not accept implicit conversion from shared_ptr to bool.
Please register or sign in to comment
Add explicit cast in the definition of HPP_ASSERT because C++11 does not accept implicit conversion from shared_ptr to bool.