INNER CODE UNIT · C++

line

SasLuca/rayfork · devutils/amalgamate-src/Amalgamate.cpp:604

            line = line.substring (end + 2);

            // If our comment appeared just before an assertion, leave it in, as it
            // might be useful..
            if (lines [i + 1].contains ("assert")
              || lines [i + 2].contains ("assert"))
            {
              i = originalI;
              line = originalLine;
            }

            break;
          }

          line = lines [++i];

          if (i >= lines.size())
            break;

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…