# C++20 표준안 승인

> Clean Markdown view of GeekNews topic #2815. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=2815](https://news.hada.io/topic?id=2815)
- GeekNews Markdown: [https://news.hada.io/topic/2815.md](https://news.hada.io/topic/2815.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-09-10T10:22:01+09:00
- Updated: 2020-09-10T10:22:01+09:00
- Original source: [isocpp.org](https://isocpp.org/blog/2020/09/cpp20-approved-herb-sutter)
- Points: 7
- Comments: 2

## Topic Body

새로운 기능들

- Concept : 템플릿 인자에 타입을 제한

- Contract : 함수 사전/사후 조건을 추가해서 assert()처럼 검사

- Ranges : 범위를 다루는 제너릭

- Module : 사용할 것만 import/export 가능

- Coroutine 지원

- Designated initializers : 특정 인자 초기화

## Comments



### Comment 2838

- Author: ffdd270
- Created: 2020-09-10T10:34:05+09:00
- Points: 1

모듈이 아름답게 도입되었으면 좋겠네요. 헤더로 빌드 타임 깎아 먹은게 지금까지 얼마나 되는지..

### Comment 2837

- Author: xguru
- Created: 2020-09-10T10:22:04+09:00
- Points: 3

추가된 기능들의 자세한 설명은 C++20 Key Features Summary [한글 발표자료] 를 참고하세요

https://www.slideshare.net/utilforever/c20-key-features-summary
