Thomas Köppe

Results 123 comments of Thomas Köppe

It seems like we really want `__declspec(import)` (not `export`!) on the non-defining declaration. Is there a macro for that?

My pleasure! Trying `U_IMPORT` now, but I'm confused: by my reading of `utypes.h`, `U_I18N_API` should already be the same as `U_IMPORT` in number_decnum.h. How is it `__declspec(extern)` in the earlier...

Who defines `U_I18N_IMPLEMENTATION`? Oh, does the build system add that?

Hm, now we've been through all three options: the extern declaration... * can't have nothing because we get an error that a __declspec needs to be present; * can't be...

For what it's worth, ISO 14882, which, despite encouraged to use Oxford English spelling, is widely given to American spellings, nonetheless has a [subclause](https://wg21.link/container.adaptors) spelled "Container adaptors" (and uses that...

Let's try this again. Three years ago I had problems getting this to work under MSVC, but maybe technology has caught yp now?

On that note, I would also recommend striking the "trivial, non-breaking" language from the introduction. The issue is more complex than such wording would suggest (as has repeatedly emerged in...

Please reopen if you want to discuss this further.

This looks like a problem with Bazel, I don't see where the dmlab2d BUILD files would even come in. Could you make sure that you're on a recent version of...

Actually, let's continue this in #36.