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]

Re: [v3] concept check macros, excess-errors



> Thus libstdc++.so has a boatload of undefined references to various
> instantiations of that function.  (At one point I thought it wasn't actually
> being called, but that was for the old implementation.)
> 
> So, "hello world" fails to link because
> __glibcpp_function_requires<YourFavoriteConcept>() isn't found, etc.

can't you just add them as explicit instantiations in src/stl-inst.cc?


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