Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Codan & template template

> 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
 		 	   		  

Back to the top