Deboosting FlightGear: Difference between revisions

m
typo
m (→‎Status: https://sourceforge.net/p/flightgear/mailman/message/36984349/)
m (typo)
 
Line 11: Line 11:
Of course, patches always welcome, but untangling Boost from especially the [[Nasal/CppBind|Nasal-cppbind code]] needs some fairy dedicated meta-programming work :) The good news is if it compiles, it’s probably going to work. (Don’t ask about the bad news…)
Of course, patches always welcome, but untangling Boost from especially the [[Nasal/CppBind|Nasal-cppbind code]] needs some fairy dedicated meta-programming work :) The good news is if it compiles, it’s probably going to work. (Don’t ask about the bad news…)


This is a reason to move to C++14 after the LTS branches : a bunch more stuff will become available to us in the standard lib, replacing Boost-isms. The catch is we need t keep the LTS building with new Boost versions, so we can’t avoid some issues like you encountered.<ref>https://sourceforge.net/p/flightgear/mailman/message/37021826/</ref>
This is a reason to move to C++14 after the LTS branches : a bunch more stuff will become available to us in the standard lib, replacing Boost-isms. The catch is we need to keep the LTS building with new Boost versions, so we can’t avoid some issues like you encountered.<ref>https://sourceforge.net/p/flightgear/mailman/message/37021826/</ref>


== Status ==
== Status ==
130

edits