/usr/include/c++/4.4.4/debug
NameSizeModeActions
bitset100420644editdlrm
debug.h52500644editdlrm
deque128140644editdlrm
formatter.h112350644editdlrm
functions.h130460644editdlrm
list165270644editdlrm
macros.h109240644editdlrm
map13280644editdlrm
map.h120140644editdlrm
multimap.h118740644editdlrm
multiset.h116650644editdlrm
safe_base.h79000644editdlrm
safe_iterator.h215990644editdlrm
safe_iterator.tcc44120644editdlrm
safe_sequence.h62060644editdlrm
set13220644editdlrm
set.h115920644editdlrm
string302990644editdlrm
unordered_map171800644editdlrm
unordered_set170130644editdlrm
vector150550644editdlrm
Edit: /usr/include/c++/4.4.4/debug/set (1322B)
// Debugging set/multiset implementation -*- C++ -*- // Copyright (C) 2003, 2009 // Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the // terms of the GNU General Public License as published by the // Free Software Foundation; either version 3, or (at your option) // any later version. // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // Under Section 7 of GPL version 3, you are granted additional // permissions described in the GCC Runtime Library Exception, version // 3.1, as published by the Free Software Foundation. // You should have received a copy of the GNU General Public License and // a copy of the GCC Runtime Library Exception along with this program; // see the files COPYING3 and COPYING.RUNTIME respectively. If not, see // . /** @file debug/set * This file is a GNU debug extension to the Standard C++ Library. */ #ifndef _GLIBCXX_DEBUG_SET #define _GLIBCXX_DEBUG_SET 1 #include #include #include #endif