Lines Matching refs:workaround
34 * stlport/stdlib.h, cstdlib: Fix errno workaround for gcc MinGW.
36 include_next so skipping workaround in STLport stdlib.h. So errno.h
191 _Void_const_mem_fun1_ref. Those classes are use as a workaround for
195 implementation used when workaround is not necessary.
331 No need for a __Named_exception workaround anymore. Force
333 operations. Change implementation _Copyable and add a workaround
448 to the STLport ones. A number of now useless workaround has been
632 * stlport/stl/_locale.h: Fix locale implementation when MSVC6 workaround
1105 * _STLP_STATIC_MEMBER_DECLSPEC workaround removed. Thanks to
1106 _GetFacetId other workaround it should now be useless. There
1209 * stlport/stl/_hashtable.c: Fix Code warrior workaround that was only
1506 * stlport/stl/config/feature.h: Removed useless workaround, there
1512 do not use anymore the sprintf workaround to write floating point
1529 src/num_put_float.cpp: Removed system_api workaround to access
1537 _time_facets.h, _locale.h: Fix _GetFacetId workaround for compilers
1674 MSVC6 workaround anymore, it only use the locale workaround,
1714 that is now expose to the VC6 workaround because of the runtime
1776 VC6 workaround coming with it to force a call to the compatibility
1887 is defined before activating MSVC6 workaround
2257 is when using VC6 workaround, this is what _STLP_PRIVATE macro is
2286 * stlport/stl: swap workaround review, now when swap implementation
2289 anymore because the way the workaround is implemented would have
2304 * stlport/stl/_algobase.h: Restore workaround for compilers
2567 patch to move a Borland workaround from cstdio to stdio.h.
2623 workaround for compilers missing this feature. Replace
2633 * test/unit/bind_test.cpp: Use STLport mutable workaround.
2725 * src/num_put_float.cpp: Limit Hp Unix workaround to access isfinite
2738 __find_end function, find_end contains workaround for limited
2763 for Borland and DMC that required a workaround.
2814 Patch from Eric Sanford to remove useless Borland workaround for
2831 workaround implementation to use something similar to the boost
2832 workaround. _STLP_STATIC_CONST_INIT_BUG macro change definition of
2846 * stlport/stl/_limits.h: Limits a workaround for long long and unsigned
2878 a workaround has been added for aCC6 that was not defining __EDG_VERSION__
2909 importing all native std stuff. Looks like it was a workaround necessary