mirror of
https://github.com/changkun/modern-cpp-tutorial.git
synced 2025-12-17 04:34:40 +03:00
code: update head comments
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user