How does one include TR1?

后端 未结 6 1109
花落未央
花落未央 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:08

    If under Windows, add the 'tr1' directory to the system path. Then #include should work.

提交回复
热议问题