4 Apr 2012 16:40
"using" instead of "typedef"
Marcel Hellwig <keks <at> cookiesoft.de>
2012-04-04 14:40:00 GMT
2012-04-04 14:40:00 GMT
hello everyone, with c++11 a "new" using declartion was introduced. http://en.wikipedia.org/wiki/C%2B%2B11#Alias_templates Something like this: using HandlerPtr = std::shared_ptr<Handler>; instead of typedef std::shared_ptr<Handler> HandlerPtr; However, Doxygen does not support this and I want to ask if you may implement this. Regards, Marcel Hellwig ------------------------------------------------------------------------------ Better than sec? Nothing is better than sec when it comes to monitoring Big Data applications. Try Boundary one-second resolution app monitoring today. Free. http://p.sf.net/sfu/Boundary-dev2dev
RSS Feed