Jun 30, 2020 Post comments count5 Post likes count0 2020 mid-year link clearance Raymond Chen Another midpoint.
Jun 29, 2020 Post comments count10 Post likes count0 Mundane std::tuple tricks: Finding a type in a tuple Raymond Chen Inverting tuple_element_t.
Jun 26, 2020 Post comments count0 Post likes count0 Mundane std::tuple tricks: Creating more interesting index sequences Raymond Chen Generalizing our manipulations so far.
Jun 25, 2020 Post comments count0 Post likes count1 Mundane std::tuple tricks: Creating interesting index sequences Raymond Chen Building our own little template language.
Jun 24, 2020 Post comments count0 Post likes count0 Mundane std::tuple tricks: Selecting via an index sequence, part 2 Raymond Chen Preserving references.
Jun 23, 2020 Post comments count3 Post likes count0 Mundane std::tuple tricks: Selecting via an index sequence Raymond Chen It all comes down to the index sequence.
Jun 22, 2020 Post comments count0 Post likes count1 Mundane std::tuple tricks: Getting started Raymond Chen Concatenating tuples the hard way, and the easy way (or maybe it's the lazy way).
Jun 19, 2020 Post comments count4 Post likes count0 Understanding warning C4265: class has virtual functions, but destructor is not virtual, part 2 Raymond Chen Applying what we've learned.
Jun 18, 2020 Post comments count5 Post likes count0 Understanding warning C4265: class has virtual functions, but destructor is not virtual, part 1 Raymond Chen What's it trying to warn you about? Does it matter?
Jun 17, 2020 Post comments count14 Post likes count0 Blaming the operating system for allowing people to create files with unusual characters in their names Raymond Chen Four fingers pointing back at your self.