gecko-dev/security/pkix
Brian Smith 566d65be48 Bug 1153738: Make ScopedPtr a minimal proper subset of std::unique_ptr, r=keeler
Remove all features of ScopedPtr that aren't in std::unique_ptr, and
remove all currently-unused features of ScopedPtr. In particular,
replace |operator=(T*)| with |reset(T* p = nullptr)| and make
|operator bool| explicit.

--HG--
rename : security/pkix/include/pkix/ScopedPtr.h => security/pkix/lib/ScopedPtr.h
extra : rebase_source : 206bfb32aa5a04a4719f28b4aca59fe2f0abbec3
2015-04-13 00:28:11 -10:00
..
include/pkix Bug 1153738: Make ScopedPtr a minimal proper subset of std::unique_ptr, r=keeler 2015-04-13 00:28:11 -10:00
lib Bug 1153738: Make ScopedPtr a minimal proper subset of std::unique_ptr, r=keeler 2015-04-13 00:28:11 -10:00
test Bug 1153738: Make ScopedPtr a minimal proper subset of std::unique_ptr, r=keeler 2015-04-13 00:28:11 -10:00
tools Bug 1136278, Part 1: Refactor algorithm identifiers in tests, r=keeler 2015-02-26 16:11:41 -08:00
moz.build Bug 1130754: Avoid recalculating tbsCertificate digest, r=keeler 2015-02-07 12:14:31 -08:00
warnings.mozbuild Bug 1135745 - Disable the reserved-id-macro macro in security/pkix; r=briansmith 2015-02-23 13:40:09 -05:00