Skip to content

Conversation

nitric1
Copy link
Contributor

@nitric1 nitric1 commented Sep 23, 2015

I have changed #if condition masking Column::operator std::string, because a problem that implicit conversion to std::string does not work if there are both operator std::string and operator const char * is fixed from Visual C++ 2015.

The condition became more generic to support "standard" compilers not defining __GNUC__.

SRombauts added a commit that referenced this pull request Sep 23, 2015
Fix implicit conversion to std::string of Column class for Visual C++ 2015
@SRombauts SRombauts merged commit cc20878 into SRombauts:master Sep 23, 2015
@SRombauts
Copy link
Owner

Thanks for tour contribution!

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.

2 participants