Matheus C. França

Results 305 comments of Matheus C. França

The types of atomic sorting need to be completely revised. I was only able to test the string.

By the way, during the tests I saw (`std.debug.print`) that in the for-loop of the cpp_vector test, empty values ​​with zero elements are compared.

> I don't think the String impl is right, did it pass the tests ?!?! Yeah! However, as I mentioned, the update would be from Zig to Zig. I can't...

> the transpiler it's far from been able to handle all c++ semantics, specially when dealing with std containers. I agree! I'll try use the `.c_str()` in `std::string` and `.data()`...

> I did some work implement `std::string`, it's working but only for gnu abi, is in the newest branch. I've seen and tested it and also it's not available for...

> `llvm-libcxx` ? why the particular interest on msvc? is there any lib or project that requires it? Two aspects here. First, we already know that msvc is microsoft's standard...

> I don't understand what you mean with the first part What exactly? MSVC target doesn't use `zig libcxx` and requires linking windows crt and sdk libraries directly. --- edit...

> For some reasong I can't build with: > ``` > zig build test -Doptimize=ReleaseFast -freference-trace -Dtarget=native-windows-msvc > ``` Could you show the error that occurred in the msvc build?...

> I finnaly figure out, it was a small mistake on my end, I had to make MSVC work in debug builds and it does sort of does Great! >...

@lassade, have you tested a`std::vector`?