Problems: - using Meyers Singleton plus a ClassLock; This is wasteful, since the compiler will emit additional synchronisation and will likely not be able to detect the presence of our explicit locking guard - what happens if the Meyers Singleton can not even be instantiated, e.g. for an abstract baseclass? We are required to install an explicit subclass configuration in that case, but the compiler is not able to see this will happen, when just compiling the lib::Depend |
||
|---|---|---|
| .. | ||
| clang-static-init-1.cpp | ||
| clang-static-init-2.cpp | ||
| clang-static-init.hpp | ||
| crash_gdb_jessie-2015-08.sh | ||
| DIR_INFO | ||
| SConscript | ||
| try.cpp | ||