We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0358143 commit 2d281edCopy full SHA for 2d281ed
lldb/source/Plugins/Language/CPlusPlus/LibCxxMap.cpp
@@ -263,8 +263,6 @@ lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd::
263
if (!node_sp)
264
return 0;
265
266
- // TODO: or should this just be: assert
267
- // (!isOldCompressedPairLayout(*node_sp));
268
if (!isOldCompressedPairLayout(*node_sp))
269
return llvm::createStringError("Unexpected std::map layout: expected "
270
"old __compressed_pair layout.");
0 commit comments