[PATCH] D24880: Add StringExtras join_items function

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 26 20:17:43 PDT 2016


mehdi_amini added a comment.

What about: ```auto Result = (Twine(foo()) + bar() + baz()).str()```?


https://reviews.llvm.org/D24880





More information about the llvm-commits mailing list