[Uml-devel] KDE/kdesdk/umbrello/umbrello/codeimport/kdevcppparser

Christian Ehrlicher Ch.Ehrlicher at gmx.de
Mon Jan 19 16:56:01 UTC 2009


SVN commit 913652 by chehrlic:

this hack is no longer needed since r912902

 M  +0 -7      preprocesslexer.h  


--- trunk/KDE/kdesdk/umbrello/umbrello/codeimport/kdevcppparser/preprocesslexer.h #913651:913652
@@ -42,13 +42,6 @@
 using boost::spirit::rule;
 using boost::spirit::scanner;
 using boost::spirit::ext::skip_rule_parser;
-#ifdef Q_CC_MSVC
-// this template isn't available in boost/static_assert.hpp:50
-// but msvc needs it (boost 1.37.0)
-namespace boost {
-  template <> struct STATIC_ASSERTION_FAILURE<false> { enum { value = 0 }; };
-}
-#endif
 
 typedef boost::spirit::position_iterator<QChar const*> CharIterator;
 typedef rule<scanner<CharIterator> > SkipRule;




More information about the umbrello-devel mailing list