[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [cdt-dev] Codan & template template
|
- From: Nathan Ridge <zeratul976@xxxxxxxxxxx>
- Date: Thu, 7 Jun 2012 02:12:48 +0000
- Delivered-to: cdt-dev@eclipse.org
- Importance: Normal
> By the way, do the indexer & parsers manage to do their job with std::conditional (C++11) ?
I haven't tested it, but it seems like something they can handle.
There are some limitations in the indexer (in particular,
https://bugs.eclipse.org/bugs/show_bug.cgi?id=299911, which I understand is
being worked on) which may lead to *certain uses* of std::conditional not
being indexed accurately, but most uses should work fine.
Regards,
Nate