Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change param "std::string" to "const std::string&" #11

Closed
wants to merge 3 commits into from

Conversation

wqvbjhc
Copy link

@wqvbjhc wqvbjhc commented Sep 18, 2013

change param "std::string" to "const std::string&"

@zsummer
Copy link
Owner

zsummer commented Sep 23, 2013

Sorry for my late response.
Your push is useful and thanks very much.
But I have some problem: In the interface, I need "std::string" not "const std::string &" because sometimes I call this interface like "Config("config.cfg")" or I only use it with std::string type.
so . maybe you need adjust the problem and repush it, very thanks!
best regards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants