VC++ 'Generating Code', what does it mean?

前端 未结 4 1405
执念已碎
执念已碎 2021-01-01 16:36

WHen compiling in visual studio the compiler outputs this at what seems to be its own discretion:

1>Generating Code...

what is it doing here exactly?

4条回答
  •  攒了一身酷
    2021-01-01 17:06

    Template instances (and other type of code) might generate code (or not in some conditions).

提交回复
热议问题