compilerplugins/clang/test/makeshared.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 91dd3e8d903eb388e709ec45163a375590150773 Author: Andrea Gelmini <[email protected]> AuthorDate: Fri Jan 24 19:44:01 2020 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Sun Jan 26 11:14:45 2020 +0100 Fix typo Change-Id: Ic0e0553bd836dabb146d31840a4855cf6299c68e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87365 Tested-by: Jenkins Reviewed-by: Julien Nabet <[email protected]> diff --git a/compilerplugins/clang/test/makeshared.cxx b/compilerplugins/clang/test/makeshared.cxx index 6e388428f8f1..3bb4702a05d8 100644 --- a/compilerplugins/clang/test/makeshared.cxx +++ b/compilerplugins/clang/test/makeshared.cxx @@ -36,7 +36,7 @@ void test1() std::shared_ptr<S1> z(new S1); z.reset(new S1); - // no warning expected - this constructor takes an initializer-list, which maked_shared does not support + // no warning expected - this constructor takes an initializer-list, which make_shared does not support auto a = std::shared_ptr<o3tl::sorted_vector<int>>(new o3tl::sorted_vector<int>({ 1, 2 })); }; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
