mwinterb

Results 8 comments of mwinterb

What's the target changes for this issue? Does it mean cakefile changes? It seems out-of-bounds to overwrite the `experimental/coroutine` header, particularly since libcxx's works fine. I'm getting some "instruction does...

I was wrong, the current version of experimental/coroutine from libcxx needs some manual preprocessing to compile cleanly (or perhaps it always did and I just forgot I did so 10...

It's not an extension. The constructor used to be implicit, see #3030 / https://wg21.link/p2499.

Microsoft provides an intrinsic to access [RDTSC](https://msdn.microsoft.com/en-us/library/twchhe95%28v=vs.140%29.aspx), which is nice because they don't support inline assembly in amd64 code. However, it seems like the implementation of get_frequency would still "require"...

`std::u8string_view` works great since the visualizer for `std::basic_string_view` doesn't do anything overly special. The `std::basic_string` visualizers, however, are specialized for each known character type, `char`, `wchar_t`, `unsigned short`, `char16_t`, and...

> Color me surprised. I wonder if we could merge the other known-encoding types (`char32_t`, `char16_t`, perhaps even `wchar_t` on Windows) into the base visualizer as well? For the `basic_string`...

As a note in case someone else searches for this, `u8string` is visualized as of #1856.

The first warning (`long offset = ...`) was fixed in fe79932c2674f3a5eace0780b89e74c22b083880.