Tags: #stackoverflow #standard #definition #endofline
http://stackoverflow.com/questions/39885423/c-is-there-a-standard-definition-for-end-of-line-in-a-multi-line-string-const
http://stackoverflow.com/questions/39885423/c-is-there-a-standard-definition-for-end-of-line-in-a-multi-line-string-const
Stack Overflow
C++: Is there a standard definition for end-of-line in a multi-line string constant?
If I have a multi-line string C++11 string constant such as
R"""line 1
line 2
line3"""
Is it defined what character(s) the line terminator/separator consist of?
R"""line 1
line 2
line3"""
Is it defined what character(s) the line terminator/separator consist of?
Tags: #rule #one #definition
We have been hit by the same bug twice already this year. It ends in a crash, and it took developers days to find it (in each case), even though it is reproducible on each run of unit tests.
https://akrzemi1.wordpress.com/2016/11/28/the-one-definition-rule/
We have been hit by the same bug twice already this year. It ends in a crash, and it took developers days to find it (in each case), even though it is reproducible on each run of unit tests.
https://akrzemi1.wordpress.com/2016/11/28/the-one-definition-rule/
Andrzej's C++ blog
The One-Definition Rule
We have been hit by the same bug twice already this year. It ends in a crash, and it took developers days to find it (in each case), even though it is reproducible on each run of unit tests. The co…