Very good! What helped you in solving your issues? (so that we can adjust the FAQ if others run into the same problems)
Question to everybody:I'd like to know how many of you use C++11-supporting compilers? I've recently removed the
complete Boost dependency by replacing several sub-systems with either our own ones or using C++11 features.
AFAIK MSVC supports at least TR1 beginning from MSVC 2008 SP1 and GCC beginning from version version 4.
If you want to test it, please give this a shot:
c++11 branch @ GitHub (
download as ZIP).
Important: The branch also includes the upcoming signalling system replacement and other optimizations, so if you have already used SFGUI in your projects, then builds will be definitely broken without adjustments. I suggest to build SFGUI and the test application in order to see if your compiler supports the code.
Would love to hear from results. :-)