Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix #4553 #4555

Merged
merged 1 commit into from
May 15, 2024
Merged

fix #4553 #4555

merged 1 commit into from
May 15, 2024

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
32 checks passed
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