How does one include TR1?

后端 未结 6 1016
花落未央
花落未央 2021-02-03 22:58

Different compilers seem to have different ideas about TR1. G++ only seems to accept includes of the type:

#include 
#include 

        
6条回答
  •  庸人自扰
    2021-02-03 23:27

    A tad hacky perhaps, but you could simply add the compiler tr1 directory to your include path.

提交回复
热议问题