commit | 4ef36e7904aa354256ab5818c543df0a9c61f90f | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Thu Jun 27 12:48:59 2019 -0700 |
committer | William A. Kennington III <wak@google.com> | Mon Jul 08 16:26:42 2019 -0700 |
tree | 80880e7259ada0b0757a8d2e437bc8a123fff857 | |
parent | 079cba7212a9a2e5eb7260492696675d67979346 [diff] [blame] |
util/str: Add string concatentation methods Change-Id: I5caf8e0731eb9ac0f18b84d25256ea0068fab03c Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/src/meson.build b/src/meson.build index a6e82b9..aadb68d 100644 --- a/src/meson.build +++ b/src/meson.build
@@ -31,4 +31,5 @@ install_headers( 'stdplus/util/cexec.hpp', + 'stdplus/util/string.hpp', subdir: 'stdplus/util')