开发者

How to disable a part of concept check for boost::wave?

开发者 https://www.devze.com 2023-01-23 14:38 出处:网络
I know that there is a problem in boost such that concept check will not pass for boost::wave. However I want as tho开发者_运维知识库rough a concept check as possible. Is there any way to JUST turn of

I know that there is a problem in boost such that concept check will not pass for boost::wave. However I want as tho开发者_运维知识库rough a concept check as possible. Is there any way to JUST turn off concept check for boost::wave, but keep everything else? i.e. is there a macro like one would use with /#pragma pop_macro("MACRO") ?


Please refer the The Boost Concept Check Library (BCCL) which can provide you with help to resolve your issue.

0

精彩评论

暂无评论...
验证码 换一张
取 消