This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

compiling libstdc++ source


Hi all,

I'm new to learning the libstdc++ code, and I'm wondering why some
function implementations (e.g., the std::_List_node_base::hook) are
isolated from the header files of STL. They are all simple code and
why they should be compiled separately while some even more
complicated functions are not?

Also, what should I do if I want to make some modifications to those
implementations? How could I compile and use them without recompiling
the whole gcc?

Thanks very much.
-- 
Best regards
JiaQi Zhang


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]