Skip to content

Conversation

@kwallner
Copy link
Contributor

Namespace definitions using colons are supported since C++17 (http://en.cppreference.com/w/cpp/language/namespace).
This fix makes the library usable for C++11 and avoids compiler error "Compiler Error C2429" (https://docs.microsoft.com/en-us/cpp/error-messages/compiler-errors-1/compiler-error-c2429).

@thiru-mg
Copy link
Contributor

thiru-mg commented Apr 1, 2018

Thank you for the improvement.
This pull request looks really good. I have create a Jira ticket in https://issues.apache.org/jira/browse/AVRO-2165. Please login to that site and assign it yourself so that you get credit for your contribution.

@thiru-mg thiru-mg changed the title Change namespace definitions in C++. Use nested namespaces instead of… AVRO-2165 Change namespace definitions in C++. Use nested namespaces instead of… Apr 2, 2018
@thiru-mg thiru-mg added the C++ Pull Requests for C++ binding label Apr 6, 2018
@kwallner
Copy link
Contributor Author

kwallner commented May 3, 2018

So I have created an account on apache jira (kwallner), but I was not able to assign the ticket. Looks like I'm lacking the permission to assign for tickets.

@cutting
Copy link
Contributor

cutting commented May 3, 2018

I just added you as an Avro Contributor in Jira so you should be able to assign the issue now.

@thiru-mg thiru-mg merged commit d8ad935 into apache:master Jul 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C++ Pull Requests for C++ binding

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants