mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Fix TaggedCache to use uniform logging interface
This commit is contained in:
@@ -47,14 +47,14 @@ private:
|
||||
|
||||
public:
|
||||
template <class Key>
|
||||
inline static LogPartition const& get ()
|
||||
static LogPartition const& get ()
|
||||
{
|
||||
static LogPartition logPartition (getFileName <Key> ());
|
||||
return logPartition;
|
||||
}
|
||||
};
|
||||
|
||||
#define SETUP_LOG(k) template <> char const* LogPartition::getFileName <k> () { return __FILE__; }
|
||||
#define SETUP_LOG(k) template <> inline char const* LogPartition::getFileName <k> () { return __FILE__; }
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user