Fix build failure on Fedora 25
The std::tr1::shared_ptr needs to be explicitly used inside the function or the std::tr1 namespace replaced with std:: namespace.
This commit is contained in:
@ -198,6 +198,7 @@ public:
|
||||
{
|
||||
int rc = EXIT_SUCCESS;
|
||||
|
||||
using std::tr1::shared_ptr;
|
||||
auto_ptr<MaskingRules> sRules = MaskingRules::parse(valid_users);
|
||||
ss_dassert(sRules.get());
|
||||
|
||||
|
Reference in New Issue
Block a user