http://xyst.i2p/DEBUG/cppcheck/173.html
Test set(const char*) with const rvalue argument
of TaggedTuple template <> template <> void TaggedTuple_object :: test < 3 > () { set_test_name ( "get(const char*) - const rvalue arg" ); record t {{ "Bob" , 32 , "
[email protected]" }}; t . get < name > () = "
Alice" ; // const rvalue ensure_equals ( "get() after set(const char*)" , t . get < name > (), "
Alice" ); } //!