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:
Markus Mäkelä
2017-01-09 14:36:43 +02:00
parent e0c33cbfee
commit 9803dc3f8c

View File

@ -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());