Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello! I have few libraries that is using C++ 11 strictly. Will it be a problem in Qt 6.0 that is officially C++14? Or I might be using it in Qt 6.0 like in other previous versions?
@bogong You will need to use C++14 capable compiler, but since it will also support C++11 your libs should work.
@jsulm Thx