robotology / robot-testing-framework

Robot Testing Framework (RTF)
http://robotology.github.io/robot-testing-framework/index.html
GNU Lesser General Public License v2.1
19 stars 11 forks source link

How to manage the addition of [[noreturn]] in RTF_ASSERT #66

Closed Nicogene closed 6 years ago

Nicogene commented 7 years ago

Need to discuss how to place this c++11 tag.

traversaro commented 6 years ago

I would follow the example of YARP 2.3.72 and just enforce the use of C++11 in RTF headers.

drdanz commented 6 years ago

I would follow the example of YARP 2.3.72 and just enforce the use of C++11 in RTF headers.

+1

aerydna commented 6 years ago

solved in #74