FRAMES NO FRAMES

Macro ILCSTLBEGIN

Definition file: ilsolver/ilcerr.h
ILCSTLBEGIN

This macro enables you run examples either with the STL (Standard Template Library) of Microsoft Visual C++ or with other platforms. ILCSTLBEGIN is present after the last #include of each source example. It is defined as:


 using namespace std

when the STL is used (ports of type stat_sta, stat_mta or stat_mda); otherwise, its value is simply null.