[
https://issues.apache.org/jira/browse/LOGCXX-564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Middleton resolved LOGCXX-564.
-------------------------------------
Resolution: Fixed
> Put typedefs into log4cxx namespace
> -----------------------------------
>
> Key: LOGCXX-564
> URL: https://issues.apache.org/jira/browse/LOGCXX-564
> Project: Log4cxx
> Issue Type: Improvement
> Reporter: Robert Middleton
> Assignee: Robert Middleton
> Priority: Major
> Fix For: 1.0.0
>
>
> We have a handful of typedefs that are defined in the global namespace. It
> would probably make sense to:
> # put relevant typedefs inside the log4cxx namespace
> # remove typedefs that aren't needed. For example, the log4cxx_int64_t and
> log4cxx_uint32_t should be able to be replaced by standard ones in <cstdint>.
> It is possible that we could be on a system that does not support
> uint32_t(for example), but that seems very unlikely to be the case. In the
> worst case, we can always add a test to the cmake configuration to see if we
> have these constants and change things appropriately.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)