How does one include TR1?

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

    I asked myself the same question. Unfortunately, the technical report doesn't say how the headers should be included. It only defines that the extensions should be in the ::std::tr1 namespace.

提交回复
热议问题