What is the best explanation for the export keyword in the C++0x standard?

后端 未结 7 1388
后悔当初
后悔当初 2021-02-05 04:50

I know that in the original C++0x standard there was a feature called export.

But I can\'t find a description or explanation of this feature. What is it sup

7条回答
  •  猫巷女王i
    2021-02-05 05:04

    The only compilers that support exported templates at the moment (as far as I know) are Comeau, the one that came with Borland C++ Builder X but not the current C++ Builder, and Intel (at least unofficially, if not officially, not sure).

提交回复
热议问题