Port ExternalPartStorage::self to C++11 singleton syntax.

Authored by dfaure on May 11 2019, 10:21 AM.

Description

Port ExternalPartStorage::self to C++11 singleton syntax.

Summary:
Much simpler, and fixes a strange asan error about sInstance violating
ODR because defined twice in the test binary (which didn't seem right to me).

Test Plan: externalpartstoragetest now passes in the ASAN build

Reviewers: dvratil, vkrause

Reviewed By: vkrause

Subscribers: kde-pim

Differential Revision: https://phabricator.kde.org/D21141

Details

Committed
dfaureMay 13 2019, 4:10 PM
Reviewer
vkrause
Differential Revision
D21141: Port ExternalPartStorage::self to C++11 singleton syntax.
Parents
R165:c86274601bd5: autotests: fix leak of FakeServerData and FakeSession
Branches
Unknown
Tags
Unknown