Dan Rosser
Dan Rosser
Yeah this is looking good to go! Yeah tests are all working and building locally too. I do have further Mega Project stuff to Merge after this PR, however that...
Let me fix, I think one of the rebases I took wrong head
Also the template icon at the moment links to [emscripten.com](http://emscripten.org/) should this maybe link to openFrameworks.cc?
for devs: paths can be made into strings with .string() on any path (or c_str()). so updating any code using paths where using string functions like string.find() can be fixed...
C++ 20 + for next version of oF I think is do-able - all osx / macOS / iOS side is already at C++23 - MSVC VS is at C++23...
I’ll add some utf8 narrowing tests with simplified Chinese and other utf8 charsets. Related: https://en.cppreference.com/w/cpp/filesystem/path/u8path On Wed, 17 Jul 2024 at 4:26 AM, alexandre burton ***@***.***> wrote: > OK so...
Yeah it seems like a windows issue only, macOS no issues with c++23, only windows starting to see issues with Wchar / wstring. I think maybe a Microsoft developer may...
This was defined out for macOS.