<div dir="ltr">The working draft doesn&#39;t specify a __cpp_concepts macro. I want to know if I need to say &quot;concept bool&quot; or just &quot;concept&quot;, so I expected to be able to do:<div><br></div><div>#if __cpp_concepts</div><div>template&lt;typename T&gt;</div><div>  concept</div><div>#if __cpp_concepts &lt;= 201507</div><div>  bool</div><div>#endif</div><div>  Foo = ...;</div><div>#endif</div><div><br></div><div>Should this be handled by a core issue?</div><div><br></div></div>