mirror of
https://github.com/changkun/modern-cpp-tutorial.git
synced 2025-12-17 04:34:40 +03:00
revision #1: 第 1 章增加了对 C++17 的支持
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
//
|
||||
// foo.h
|
||||
//
|
||||
// chapter 1 introduction
|
||||
// c++1x tutorial
|
||||
//
|
||||
// created by changkun at changkun.de
|
||||
//
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user