Home | History | Annotate | Download | only in etc

Lines Matching full:overload

1111 	overload.
1252 overload taking an iterator. User workaround will be to use
1799 * test/unit/stack_allocator.h: Add std::swap overload for
1832 * stlport/stl/_alloc.h: Add swap overload for _STLP_alloc_proxy class
1920 overload of allocate returns in an output parameter, the real
1922 one. _STLP_alloc_proxy expose this new overload only for the
1926 allocate overload extension method to set end of storage reference
2722 * stlport/stl/_rope.h: Moved overload of __identity_element for
3110 after definition of double overload used in implementation. Thanks Kees de
4727 * stlport/stl/debug/*.h: Removed useless _Get_base non-const overload.
5093 with integer types required in overload and when 'using'.
5137 can't provide such overload. Removed import with 'using', used direct
5172 * stlport/stl/_algobase.h, _algobase.c: Fix find algo overload for
5173 char* and const char*. Now the overload is on the __find underlying
5312 * stlport/stl/_algobase.h: Add find algo overload for char* and const char*
5315 * test/unit/find_test.cpp: Add check for the new find overload.
5734 * stlport/cstdlib: extension of the div overload for long input up to MSVC7.1
5757 for MSVC6 that has a bugged overload thanks Michael Fink report.
5885 overload to make it less ambiguous for the compilers using it.
8181 * <cmath>, <cstdlib> : added additonal overload signatures required by chapter 26.5 of ANSI (thanks to Levente Farkas for