mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 11:06:50 +01:00
[SF 2809131] SessionPool compile failure
This commit is contained in:
@@ -67,7 +67,7 @@ SessionPool::~SessionPool()
|
|||||||
|
|
||||||
Session SessionPool::get(const std::string& name, bool value)
|
Session SessionPool::get(const std::string& name, bool value)
|
||||||
{
|
{
|
||||||
Session& s = get();
|
Session s = get();
|
||||||
_addFeatureMap.insert(AddFeatureMap::value_type(s.impl(),
|
_addFeatureMap.insert(AddFeatureMap::value_type(s.impl(),
|
||||||
std::make_pair(name, s.getFeature(name))));
|
std::make_pair(name, s.getFeature(name))));
|
||||||
s.setFeature(name, value);
|
s.setFeature(name, value);
|
||||||
|
|||||||
Reference in New Issue
Block a user