public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/47380] New: concept checking and incomplete types
@ 2011-01-20 16:37 marc.glisse at normalesup dot org
  2011-01-20 18:13 ` [Bug libstdc++/47380] " paolo.carlini at oracle dot com
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: marc.glisse at normalesup dot org @ 2011-01-20 16:37 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47380

           Summary: concept checking and incomplete types
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: marc.glisse@normalesup.org


The following code compiles fine in normal mode, but not with
-D_GLIBCXX_CONCEPT_CHECKS, which basically thinks the types are incomplete. Is
this a known limitation?
(by the way, the relevant doc still says C++0x will have concepts)

#include <map>

template<typename T, typename U> struct A;

template< typename T> struct B {
        typedef A<T,B> Handle;
        std::map<int,Handle> y;
};

template<typename T, typename U = B< T> >
struct A : U { };

int main(){
        A<int> x;
}


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2011-08-23 15:27 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-20 16:37 [Bug libstdc++/47380] New: concept checking and incomplete types marc.glisse at normalesup dot org
2011-01-20 18:13 ` [Bug libstdc++/47380] " paolo.carlini at oracle dot com
2011-01-20 18:14 ` redi at gcc dot gnu.org
2011-01-20 18:52 ` paolo.carlini at oracle dot com
2011-01-20 20:06 ` marc.glisse at normalesup dot org
2011-01-20 20:16 ` redi at gcc dot gnu.org
2011-01-20 20:18 ` redi at gcc dot gnu.org
2011-01-20 20:42 ` redi at gcc dot gnu.org
2011-01-20 20:44 ` marc.glisse at normalesup dot org
2011-01-20 20:47 ` redi at gcc dot gnu.org
2011-01-21  1:02 ` paolo.carlini at oracle dot com
2011-08-23 15:37 ` marc.glisse at normalesup dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).