Sep 27, 2019 2 0 My summer vacation: Paris public transportation Raymond Chen Getting around is easy. Paying for it is hard.
Sep 27, 2019 3 0 Why does the compiler refuse to let me export my class? If I don’t export it, then the class works fine. Raymond Chen You forced the compiler to try to compile it.
Sep 26, 2019 6 0 Why does std::is_copy_constructible report that a vector of move-only objects is copy constructible? Raymond Chen Because it has a copy constructor, says so on the tin, even though the constructor itself doesn't compile.
Sep 25, 2019 6 0 My summer vacation: The Louvre Museum Raymond Chen Don't waste your time queueing to see the Mona Lisa.
Sep 25, 2019 1 0 How do I create a Windows Runtime method that accepts a lambda? Raymond Chen You can use a delegate as a generalized lambda.
Sep 24, 2019 11 0 How did MS-DOS decide that two seconds was the amount of time to keep the floppy disk cache valid? Raymond Chen A stopwatch and a race against time.
Sep 23, 2019 1 0 Stop cherry-picking, start merging, Part 11: Chasing the commit by taking a train Raymond Chen Let the train carry you.
Sep 20, 2019 6 0 Why perform all these complex git machinations when you can just tweak the command line to get what you want? Raymond Chen Who controls the command line?