| commit | 01a87ef88b77034ab6a9ea7bc9da24fb380e91e8 | [log] [tgz] |
|---|---|---|
| author | Eric Fiselier <eric@efcs.ca> | Mon Nov 26 20:15:38 2018 +0000 |
| committer | Eric Fiselier <eric@efcs.ca> | Mon Nov 26 20:15:38 2018 +0000 |
| tree | 102226ac8c60dd336894950f571b5f4e48357c9b | |
| parent | e8e8c5cf4dfb2cd8a2505db9d8d103661a153458 [diff] |
Add basic_string::__resize_default_init (from P1072) This patch adds an implementation of __resize_default_init as described in P1072R2. Additionally, it uses it in filesystem to demonstrate its intended utility. Once P1072 lands, or if it changes it's interface, I will adjust the internal libc++ implementation to match. llvm-svn: 347589