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]

Re: Add std::unordered_* C++11 allocator support


On 04/23/2013 03:32 AM, Jason Merrill wrote:
I had to apply this patch to get the library to build after your change:
    Sorry for the disturbance.

I reproduced the issue once I touch the hashtable_c++0x.cc file. I guess it is expected that modifying headers don't necessarily force a rebuild on the dependent source files. In this case is there a make target to force a rebuild of libstdc++ without rebuilding the whole gcc ?

François


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