os/ossrv/stdcpp/include/config/stl_intel.h
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // STLport configuration file
     2 // It is internal STLport header - DO NOT include it directly
     3 
     4 # if (__ICL >= 450)
     5 #  define _STLP_DLLEXPORT_NEEDS_PREDECLARATION 1
     6 # endif
     7 
     8 # define _STLP_IMPORT_TEMPLATE_KEYWORD extern
     9 
    10 # include <config/stl_msvc.h>
    11 
    12 # undef  _STLP_LONG_LONG
    13 # define _STLP_LONG_LONG long long
    14