Dear Christian,<br><br>&gt; &gt;<br>&gt; &gt; 2. This compiles<br>&gt; &gt;<br>&gt; &gt; gil::gil_function_requires&lt;gil::ImageViewConcept&lt;int&gt; &gt;();<br><br>&gt; What do you mean? This shouldn&#39;t compile?<br><br>

I was under the impression that the point of gil_function_requires is to do static checking to ensure that a type is compatible with an GIL type? (Something akin to BOOST_CONCEPT_ASSERT)<br><br>Is an int supposed to be compatible with ImageViewConcept? From the GIL tutorial <a href="http://stlab.adobe.com/gil/html/giltutorial.html#GenericVersionSec">http://stlab.adobe.com/gil/html/giltutorial.html#GenericVersionSec</a>, it seems like it&#39;s being used as a static type check, and int clearly isn&#39;t compatible to an image view. Am I missing something?<br>

<br>Best regards,<br>Chris Yuen<br>

