Home GnuPG

Move "using namespace ..." after all includes

Description

Move "using namespace ..." after all includes

Putting "using namespace ..." before the includes can shadow missing
namespace prefixes in the included headers. In one case the statement
was even superfluous because there's already an equivalent "using
namespace ..." after the includes.

Details

Provenance
ikloeckerAuthored on Wed, Mar 25, 9:58 AM
Parents
rMTP5c855b7f41e7: Require GpgME 2.0
Branches
Unknown
Tags
Unknown