[all-commits] [llvm/llvm-project] 4abb51: [libc++] NFCI: Define small methods of basic_strin...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Fri Oct 9 11:34:11 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4abb519619694de12e401de5454a6eed5c1384ea
https://github.com/llvm/llvm-project/commit/4abb519619694de12e401de5454a6eed5c1384ea
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-10-09 (Fri, 09 Oct 2020)
Changed paths:
M libcxx/include/sstream
Log Message:
-----------
[libc++] NFCI: Define small methods of basic_stringstream inline
It greatly increases readability because defining the methods out-of-line
involves a ton of boilerplate template declarations.
More information about the All-commits
mailing list