Add initializer_list support to folly::join
Summary:
Apparently the templates don't like to match the initlializer
list, so this needed to be added. This allows for things like:
auto s = join(":", {val1, val2, val3, val4, val4});
Test Plan: run tests
Reviewed By: andrei.alexandrescu@fb.com
FB internal diff: D878032
Showing
Please register or sign in to comment