thkdev2 commented on issue #177:
URL:
https://github.com/apache/logging-log4cxx/issues/177#issuecomment-1818800168
Thank you, your change will fix the problem.
Since object.h is already included, the code in propertysetter could be
simplified as follows:
`#include <log4cxx/helpers/object.h>
// Instantiate template pointer type passed as parameter
LOG4CXX_INSTANTIATE_EXPORTED_PTR(LOG4CXX_NS::helpers::Object);
namespace LOG4CXX_NS
{
namespace helpers
{
class Properties;
class Pool;
}`
I don't know if you want include it in your pull request.
Otherwise I can do a separate one after yours is merged.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]