Compiler error in output serializer due to 'incompatible initializer' #3081
Labels
confirmed
kind: bug
release item: 🐛 bug fix
solution: proposed fix
a fix for the issue has been proposed and waits for confirmation
Milestone
What is the issue you have?
Code does not compile in GA (windows-2019 using clang-cl 13.0.0). I see the following compiler error:
Which compiler and operating system are you using?
Current GA windows-2019
https://github.com/actions/virtual-environments/blob/main/images/win/Windows2019-Readme.md
Which version of the library did you use?
develop
branchI couldn't reproduce it locally but my setup does not completely match GA. Simply changing the
auto* const
toauto
only will probably solve the problem.The text was updated successfully, but these errors were encountered: