Making GCC and Other C++ Compilers Very Strict

后端 未结 7 748
深忆病人
深忆病人 2021-02-01 06:45

I\'m working on a large collaborative C++ project that is both developed and run on various flavors of Linux, OS X and Windows. We compile across these platforms with GCC, Visua

7条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-01 07:27

    In similar situation we gave up and moved to ACE framework, hiding the difference between platforms.

提交回复
热议问题