mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
Out of line ProgOption::SetProperty for int and std::string
The specializations are common enough to show up in O2 compilation profiles and they are not time critical (once per run at max).
This commit is contained in:
committed by
Dennis Klein
parent
8fe95e644e
commit
41165cf16b
@@ -448,3 +448,6 @@ void ProgOptions::PrintOptionsRaw() const
|
||||
}
|
||||
|
||||
} // namespace fair::mq
|
||||
|
||||
template void fair::mq::ProgOptions::SetProperty<std::string>(const std::string& key, std::string val);
|
||||
template void fair::mq::ProgOptions::SetProperty<int>(const std::string& key, int val);
|
||||
|
Reference in New Issue
Block a user