Re: Nested namespaces in C++ code

2017-05-03 Thread Jim Apple
> So I've recently come upon a situation where it would be useful to have > nested namespaces. This happens in a couple of places already: git grep -E 'impala::[a-z]' be > The reason is that there are a lot of static functions > in a class which I would like to benchmark. Writing the same code

Nested namespaces in C++ code

2017-05-03 Thread Zachary Amsden
So I've recently come upon a situation where it would be useful to have nested namespaces. The reason is that there are a lot of static functions in a class which I would like to benchmark. Writing the same code to run the benchmark test over and over is very tedious and is much more efficiently