mirror of
https://github.com/FairRootGroup/FairLogger.git
synced 2025-10-13 08:41:12 +00:00
Provide implementation of stringstream
This commit is contained in:
parent
cdf887f5da
commit
a4322359c3
|
@ -347,6 +347,10 @@ class Logger
|
|||
|
||||
} // namespace fair
|
||||
|
||||
// Instantiate string stream, this is needed since Logger.cxx will create the symbol only for the CXXSTD used to compile FairLogger
|
||||
// When other packages include this header while using a different CXXSTD, the symbol for that CXXSTD will be missing.
|
||||
template class std::basic_stringstream<char, std::char_traits<char>, std::allocator<char> >;
|
||||
|
||||
#define IMP_CONVERTTOSTRING(s) # s
|
||||
#define CONVERTTOSTRING(s) IMP_CONVERTTOSTRING(s)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user