C++11 Migration

From Synfig Studio :: Documentation
Jump to: navigation, search
(creation : copy paste from #904 tracker report comments)
(No difference)

Revision as of 12:06, 21 January 2016

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