[
https://issues.apache.org/jira/browse/AVRO-2165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16463066#comment-16463066
]
ASF GitHub Bot commented on AVRO-2165:
--------------------------------------
cutting commented on issue #275: AVRO-2165 Change namespace definitions in C++.
Use nested namespaces instead of…
URL: https://github.com/apache/avro/pull/275#issuecomment-386438743
I just added you as an Avro Contributor in Jira so you should be able to
assign the issue now.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Use nested namespaces in C++ instead of :: separated ones
> ---------------------------------------------------------
>
> Key: AVRO-2165
> URL: https://issues.apache.org/jira/browse/AVRO-2165
> Project: Avro
> Issue Type: Improvement
> Components: c++
> Affects Versions: 1.8.2
> Reporter: Thiruvalluvan M. G.
> Priority: Minor
> Fix For: 1.8.3
>
>
> 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]).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)