Re: [PATCH] selftest.c: avoid explicit "selftest::" qualifiers

2016-08-31 Thread Bernd Schmidt
On 08/31/2016 02:31 AM, David Malcolm wrote: The following follow-up patch removes them, moving the "namespace selftest {" to the top of the file so it covers everything. LGTM. Bernd

[PATCH] selftest.c: avoid explicit "selftest::" qualifiers

2016-08-30 Thread David Malcolm
On Mon, 2016-08-29 at 23:53 +0200, Bernd Schmidt wrote: > On 08/25/2016 03:13 AM, David Malcolm wrote: > > Split out a new base class for temp_source_file, named_temp_file, > > moving the deletion to the base class dtor, so that we can write > > out temporary files in other ways in selftests. > >