Remove some global 'using namespace's

This commit is contained in:
Joe Thornber
2013-05-28 13:48:10 +01:00
parent 3066487814
commit 6706493304
9 changed files with 395 additions and 387 deletions

View File

@ -22,6 +22,8 @@
//----------------------------------------------------------------
namespace test {
using namespace persistent_data;
unsigned const MAX_HELD_LOCKS = 16;
template <uint32_t BlockSize>