This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [v3] concept check macros, excess-errors
- To: Phil Edwards <pedwards at disaster dot jaj dot com>
- Subject: Re: [v3] concept check macros, excess-errors
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Thu, 19 Apr 2001 18:59:57 -0700 (PDT)
- cc: libstdc++ at gcc dot gnu dot org
> 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?