I used tizen sdk 2.3.1 and run my app in the emulator. Everytime I called function emplace_back from std::vector in Release mode my app crash. If I run it in Debug mode it runs just fine.
Any idea why ?
I used tizen sdk 2.3.1 and run my app in the emulator. Everytime I called function emplace_back from std::vector in Release mode my app crash. If I run it in Debug mode it runs just fine.
Any idea why ?
When you change the configuration Debug mode to Release mode, It also changes the compiler settings.So after changing to Release mode, you have to change C++ compiler to C++11 again. Go to project properties and change the compiler setting.
Check the following screenshot of Tizen Studio 1.0.2.