> From: Ivan Mahonin <bh@ic...> - 2016-01-20 21:27:29 
>
> Hello!
>
> I think following code will save us:
>
> - Array<Real, 4> arr_surface(&surface.front().real());
> + Array<Real, 4> arr_surface((Real*)&surface.front());

Now i can do a full c++11 synfig-core build !
Thank's Ivan... let's do it again ... 
https://www.youtube.com/watch?v=3SazTdJxwLI

>
> In previous implementation of GCC real() returns reference instead of value.
> But anyway old and new standards says what real() should returns value
> (not reference). So it's my bug. 


About memory corruption, oups .... no way... : all variables are from the same 
scope.


------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to