Skip to content

Conversation

bas524
Copy link
Contributor

@bas524 bas524 commented May 13, 2024

fix #4553
MS Visual Studio can use type long for LINE macro when /ZI compilation flag is used - https://learn.microsoft.com/en-us/cpp/build/ reference/z7-zi-zi-debug-information-format?view=msvc-170#zi-1 This breaks some poco interfaces, for ex. logger
We should fix type for line number

MS Visual Studio can use type long for __LINE__ macro when /ZI
compilation flag is used - https://learn.microsoft.com/en-us/cpp/build/
reference/z7-zi-zi-debug-information-format?view=msvc-170#zi-1
This breaks some poco interfaces, for ex. logger
We should fix type for line number
@aleks-f aleks-f added this to the Release 1.14.0 milestone May 14, 2024
@matejk matejk merged commit 4552df2 into pocoproject:main May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Poco::Logger can not output __FILE__ and __LINE__
3 participants