diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2018-02-18 05:22:50 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2018-02-18 05:22:50 +0300 |
commit | b758cbb849bd93192bdf87743e9d15d86321c29e (patch) | |
tree | 19e78ba18bcba724455a4001a4567058b2e48645 /nrvo_by_default/rvo.cpp | |
parent | import std_call_once_bug/ from gh-pages (diff) | |
download | blog-b758cbb849bd93192bdf87743e9d15d86321c29e.tar.gz blog-b758cbb849bd93192bdf87743e9d15d86321c29e.zip |
rename (and repurpose) the repo
Diffstat (limited to '')
-rw-r--r-- | nrvo_by_default/rvo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nrvo_by_default/rvo.cpp b/nrvo_by_default/rvo.cpp index fa9a05b..a1e73e5 100644 --- a/nrvo_by_default/rvo.cpp +++ b/nrvo_by_default/rvo.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2015 Egor Tensin <Egor.Tensin@gmail.com> -// This file is part of the "C++ notes" project. -// For details, see https://github.com/egor-tensin/cpp-notes. +// This file is part of the "Egor's blog" project. +// For details, see https://github.com/egor-tensin/blog. // Distributed under the MIT License. #include <iostream> |