13.07.2015 Views

TASKING VX-toolset for ARM User Guide

TASKING VX-toolset for ARM User Guide

TASKING VX-toolset for ARM User Guide

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>TASKING</strong> <strong>VX</strong>-<strong>toolset</strong> <strong>for</strong> <strong>ARM</strong> <strong>User</strong> <strong>Guide</strong>C++ compiler option: --no-distinct-template-signaturesMenu entry-Command line syntax--no-distinct-template-signaturesDescriptionControl whether the signatures <strong>for</strong> template functions can match those <strong>for</strong> non-template functions whenthe functions appear in different compilation units. By default a normal function cannot be used to satisfythe need <strong>for</strong> a template instance; e.g., a function "void f(int)" could not be used to satisfy the need<strong>for</strong> an instantiation of a template "void f(T)" with T set to int.--no-distinct-template-signatures provides the older language behavior, under which a non-templatefunction can match a template function. Also controls whether function templates may have templateparameters that are not used in the function signature of the function template.Related in<strong>for</strong>mation-428

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!