-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Hi,
the Get method in Store class has a templated getter function:
template<typename T> bool Get(std::string name,T &out)
but an additional Get method exists:
bool Get(std::string name, std::string &out);
The last one causes some parsing issues on Webserver application because
it takes as key the whole pair "variable value";
I suggest to remove this method and mantain the templated version.
Metadata
Metadata
Assignees
Labels
No labels