C++11 Migration

From Synfig Studio :: Documentation
Revision as of 12:06, 21 January 2016 by D.j.a.y (Talk | contribs) (creation : copy paste from #904 tracker report comments)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Have a look to C++11Support branch for progress.

Enable C++ Support

Fix Code to be compliant

  • DONE : replace isnan , isinf by std::isnan , std::isinf
  • replace NULL/0 by nullptr (BOOST MACRO)
  • update sigc++
  • FIXED : "lvalue required as unary '&' operand" errors (info [1] [2] [3] )

Useful information about C++11 Migration

General information about C++11 : Stroustrup.b C++11 FAQ https://devcentral.f5.com/articles/case-study-linerates-c98-to-c11-migration