Open ahsonkhan opened 7 months ago
What action should be taken w.r.t. this bug?
My analysis of the compiler error you reference above shows that the code as checked in is correct., the problem was an incorrect attempt at renaming the TESTING_BUILD macro.
@LarryOsterman the line of code within the ifdef with BUILD_TESTING
doesn't compile (line 470 below). If it's dead code, it should be removed. It currently being unreachable doesn't mean the checked in code is correct.
That is a CMake flag and not one we use in source directly. The code in question isn't using TESTING_BUILD
.
Re-opening, but not marking as release blocking, since it looks like the code that doesn't compile is unreachable.
https://github.com/Azure/azure-sdk-for-cpp/pull/5419#discussion_r1552621435