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,11 +1,11 @@
|
||||
//
|
||||
// 8.1.cpp
|
||||
// 9.1.noexcept.cpp
|
||||
// chapter 09 others
|
||||
// modern c++ tutorial
|
||||
//
|
||||
// created by changkun at changkun.de
|
||||
// https://github.com/changkun/modern-cpp-tutorial
|
||||
//
|
||||
// noexcept
|
||||
|
||||
#include <iostream>
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
//
|
||||
// 8.2.cpp
|
||||
// 9.2.literals.cpp
|
||||
// chapter 09 others
|
||||
// modern c++ tutorial
|
||||
//
|
||||
// created by changkun at changkun.de
|
||||
// https://github.com/changkun/modern-cpp-tutorial
|
||||
//
|
||||
// literals
|
||||
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
||||
@@ -1,3 +1,13 @@
|
||||
//
|
||||
// 9.3.alignment.cpp
|
||||
// chapter 09 others
|
||||
// modern c++ tutorial
|
||||
//
|
||||
// created by changkun at changkun.de
|
||||
// https://github.com/changkun/modern-cpp-tutorial
|
||||
//
|
||||
|
||||
|
||||
#include <iostream>
|
||||
|
||||
struct Storage {
|
||||
|
||||
Reference in New Issue
Block a user