code: update head comments

This commit is contained in:
Changkun Ou
2019-07-19 18:33:06 +02:00
parent 4615e1fc6b
commit f8a2979da7
12 changed files with 74 additions and 8 deletions

View File

@@ -1,3 +1,13 @@
//
// 10.1.without.concepts.cpp
// chapter 10 cpp20
// modern c++ tutorial
//
// created by changkun at changkun.de
// https://github.com/changkun/modern-cpp-tutorial
//
#include <list>
#include <algorithm>

View File

@@ -1,3 +1,13 @@
//
// 10.2.concepts.cpp
// chapter 10 cpp20
// modern c++ tutorial
//
// created by changkun at changkun.de
// https://github.com/changkun/modern-cpp-tutorial
//
#include <iostream>
#include <string>
#include <vector>