×

STL

swMATH ID: 11800
Software Authors: Musser, David R.; Stepanov, Alexander
Description: Compile-time advances of the C++ standard template library. The C++ Standard Template Library is the flagship example for libraries based on the generic programming paradigm. The usage of this library is intended to minimize classical C/C++ errors, but does not warrant bug-free programs. Furthermore, many new kinds of errors may arise from the inaccurate use of the generic programming paradigm, like dereferencing invalid iterators or misunderstanding remove-like algorithms. Every standard container offers a template parameter in order to customize the memory management. Allocator types are accountable for allocation and deallocation of memory.par In this paper, we present some scenarios that may cause undefined or weird behaviour at runtime. These scenarios are related to allocators and reverse iterators. We emit warnings while these constructs are used without any modification in the compiler. We also present a general approach to emit “customized” warnings. We support the so-called believe-me marks in order to disable our specific warnings.
Homepage: http://en.wikipedia.org/wiki/Standard_Template_Library
Keywords: C++; STL; allocators; iterators; warning
Related Software: Boost; Boost C++ Libraries; CGAL; Traits; BGL; deal.ii; LEDA; R; Trilinos; PETSc; Blitz++; Haskell; STAPL; Lambda Library C++; FEniCS; GrAL; Python; MersenneTwister; Ada95; Blitz++ library
Cited in: 73 Documents
all top 5

Cited by 164 Authors

5 Pataki, Norbert
3 Järvi, Jaakko
3 Schupp, Sibylle
2 Finocchi, Irene
2 Heinzl, René
2 Italiano, Giuseppe Francesco
2 Kettner, Lutz
2 Lumsdaine, Andrew
2 Marcus, Mat
2 Pirkelbauer, Peter
2 Porkoláb, Zoltán
2 Remacle, Jean-François
2 Schwaha, Philipp
2 Stroustrup, Bjarne
1 Albring, Tim
1 Amarandei, Cristian Mihai
1 Amato, Nancy M.
1 An, Ping
1 Angelino, Elaine
1 Antolin, Pablo
1 Archip, Alexandru
1 Armstrong, Ronald D.
1 Aruştei, Simona
1 Babati, Bence
1 Bandyopadhyay, Deepak
1 Bastian, Peter
1 Beebe, Nelson H. F.
1 Belov, Dmitry I.
1 Berberich, Eric
1 Bergin, Joseph
1 Bernardy, Jean-Philippe
1 Bischof, Holger
1 Blatt, Markus
1 Boggs, Paul T.
1 Boon, Ng Ka
1 Budd, Timothy Alan
1 Byrd, Richard H.
1 Callahan, Miranda
1 Carlsson, Gunnar E.
1 Cary, John R.
1 Casella, Michel
1 Cavallini, Nicola
1 Clausen, Lars
1 Compère, Gaëtan
1 Craus, Mitică
1 Csizmás, Edit
1 Cuvelier, François
1 Dapper, Thomas
1 Dasseville, Ingmar
1 de la Cruz, Luis M.
1 Dedner, Andreas S.
1 Denecker, Marc
1 Dévai, Gergely
1 Dietrich, Carsten
1 Dohn, Anders
1 Elber, Gershon
1 Engwer, Christian
1 Eubank, Randall L.
1 Fabri, Andreas
1 Festa, Paola
1 Fogel, Efi
1 Gast, Holger
1 Gauger, Nicolas R.
1 Gidenstam, Anders
1 Giezeman, Geert-Jan
1 Gil, Joseph
1 Gonçalves, José Fernando
1 Goodrich, Michael Truman
1 Goos, Gerhard
1 Gregor, Douglas
1 Halperin, Dan
1 Hanniel, Iddo
1 Heaney, Matthew
1 Helfer, Thomas
1 Hemmer, Michael
1 Henz, Martin
1 Hoffman, Johan
1 Hornung, Richard D.
1 Huber, Gary A.
1 Janssens, Gerda
1 Jansson, Johan
1 Jansson, Patrik
1 Japhet, Caroline
1 Jula, Alin
1 Kaltofen, Erich L.
1 Kamin, Sam
1 Katajainen, Jyrki
1 Kisteleki, Róbert
1 Klöfkorn, Robert
1 Klöppel, Bert
1 Klostermeyer, William F.
1 Kohn, Scott R.
1 Kornhuber, Ralf
1 Kozsik, Tamás
1 Kuhlins, Stefan
1 Kupresanin, Ana
1 Langer, Ulrich
1 Lenz, Keren
1 Manzini, Gianmarco
1 Martinelli, Massimiliano
...and 64 more Authors

Citations by Year