--- misc/STLport-4.0/stlport/config/stl_sunpro.h Mon Jul 6 13:43:35 2009 +++ misc/build/STLport-4.0/stlport/config/stl_sunpro.h Mon Jul 6 13:56:56 2009 @@ -31,7 +31,8 @@ # endif # endif -# if (__SUNPRO_CC < 0x600) +// support SunStudio compiler 12u1 version 5.10 (which results in 0x5100) +# if (__SUNPRO_CC < 0x600 || ((__SUNPRO_CC | 0x0FFF) > 0x0FFF && __SUNPRO_CC < 0x6000)) // those are tested and proved not to work... # define __STL_STATIC_ARRAY_BUG 1 # define __STL_STATIC_CONST_INIT_BUG 1 @@ -57,7 +58,7 @@ # define __STL_NO_FRIEND_TEMPLATES 1 #endif -# if (__SUNPRO_CC < 0x600) +# if (__SUNPRO_CC < 0x600 || ((__SUNPRO_CC | 0x0FFF) > 0x0FFF && __SUNPRO_CC < 0x6000)) # define __STL_HAS_NO_NEW_C_HEADERS 1 # define __STL_NO_EXPLICIT_FUNCTION_TMPL_ARGS # define __STL_NON_TYPE_TMPL_PARAM_BUG 1 tion value='aoo/aw080'>aoo/aw080 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/i18npool/inc/transliterationImpl.hxx
AgeCommit message (Expand)Author
2019-05-28tdf#42949 Fix IWYU warnings in i18npool/Gabor Kelemen
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-10-27Instanciate XLocaleData5 in all internal interfaces, tdf#81671Eike Rathke
2017-10-04move stuff in i18npool/i18nutil in own namespaceNoel Grandin
2017-07-18loplugin:constparams in i18npool,opencl,svlNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, i18npoolStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-03-08Remove unused macrosStephan Bergmann
2016-03-08tdf#91794 Remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2015-11-17loplugin:unnecessaryvirtualNoel Grandin
2015-10-19com::sun::star->css in i18npoolNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-18i18npool: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-04-23i18npool: sal_Bool->boolNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-09-17fdo#46808, Adapt i18n::LocaleData UNO service to new styleNoel Grandin
2012-07-13re-base on ALv2 code. Includes:Michael Meeks
2012-06-07nuke dead codeTakeshi Abe
2012-05-28targetted string re-workNorbert Thiebaud
2012-04-19remove static objects from static_initialization_and_destruction chainCaolán McNamara
2010-11-23RTL_CONSTASCII_USTRINGPARAM in libs-gui 11Gert Faller
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien