Skip to content

Get method in class Store #16

@gtortone

Description

@gtortone

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions