Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.2 KB

File metadata and controls

29 lines (22 loc) · 1.2 KB

compile time is the term used for:

What can be checked at compile time is usually best checked at compile time, for example by using static_assert.

compile time is followed by link time.

    1. Bjarne Stroustrup. The C++ Programming Language (4th edition). 2013. ISBN: 978-0-321-56384-2. Chapter 13.7. Advice. page 387: '[21] What can be checked at compile time is usually best checked at compile time (using static_assert)'