Revert "vector / mutex"

This reverts commit a74e280bb4.

Conflicts:
	include/spdlog/tweakme.h
This commit is contained in:
gabime
2015-05-09 17:15:07 +03:00
parent fa038547ad
commit 9cad840a72
2 changed files with 1 additions and 56 deletions

View File

@@ -65,16 +65,3 @@
// #define SPDLOG_TRACE_ON
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
// Uncomment to avoid locking in the registry operations (spdlog::get() spdlog::drop() spdlog::register())
// Use only if your code is single threaded or never modifes concurrently the registry
// #define SPDLOG_NO_REGISTRY_MUTEX
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
// Uncomment to enable vector based registry instead of the default unordered_map
// spdlog::get(..) operations will be faster on small registry sizes (upto ~10-20 loggers)
// #define SPDLOG_VECTOR_BASED_REGISTRY
///////////////////////////////////////////////////////////////////////////////