Nana Sakisaka
Nana Sakisaka
+1 for providing option!
@bruvzg : > This is intentional, it's the same behavior as the Godot String is using in the engine code. Since the same code can be used as both a...
Should we ping other committers? Since I'm not familiar with the organization I'm not sure how we could reach a consensus.
> > In practice, a function which receives char* should successfully parse an arbitrary native encoding characters because that is what char* is designed for. > > Reliably detecting native...
Thanks for the reply. `#define OF_NEED_LEGACY_MACROS` looks fine to me. I think the core files must use the newer (suggested) versions and we should limit the legacy macros usage to...
Note that it is required to carefully replace the `ABS` macro to the corresponding `std::` functions since it is currently (mistakenly) used for both integer and float variables.
Also, it would be very nice if you could add `μ` as an alias of `micro` prefix.
Related to #108.
The answer of your StackOverflow post might compile, but I'm afraid that it is inappropriate. In general, you must first define (or find out) the exact geodetic definition which is...
refs: https://github.com/cpprefjp/site/issues/476#issuecomment-342754140