[
https://issues.apache.org/jira/browse/AVRO-2165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16561164#comment-16561164
]
ASF subversion and git services commented on AVRO-2165:
-------------------------------------------------------
Commit d8ad935132bc5a375f339c5aa18af36423628b59 in avro's branch
refs/heads/master from Thiruvalluvan M G
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=d8ad935 ]
Merge pull request #275 from kwallner/feature/CppUseSimpleNestedNamespaces
AVRO-2165 Change namespace definitions in C++. Use nested namespaces instead of…
> 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.
> Assignee: Karl Wallner
> 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)