Akim Demaille
afcc58c63e
tests: fix invalid assignment when using variants in C++11
...
* tests/c++.at (Exception safety): In variant mode $$ is an instance
of Object. Assigning YY_NULL in C++98 is incorrect, but behaves ok,
as it assigns YY_NULL=0 using Object::operator= (char v). It is wrong
in C++11 as there is operator for "$$ = nullptr".
2013-07-25 17:53:59 +02:00
..
2008-11-16 19:46:16 +01:00
2013-04-19 17:13:07 +02:00
2013-07-03 17:18:54 +02:00
2013-04-08 13:44:57 +02:00
2013-07-25 17:53:59 +02:00
2013-04-18 17:19:30 +02:00
2013-04-22 11:36:22 +02:00
2013-04-08 13:44:57 +02:00
2013-04-22 11:36:22 +02:00
2013-04-10 10:24:56 +02:00
2013-04-18 17:19:30 +02:00
2013-04-22 13:55:00 +02:00
2013-06-21 11:38:47 +02:00
2013-06-24 09:37:18 +02:00
2013-07-03 17:18:54 +02:00
2013-06-13 10:38:14 +02:00
2013-04-08 13:44:57 +02:00
2013-07-03 08:39:41 +02:00
2013-04-08 13:44:57 +02:00
2013-04-08 13:44:57 +02:00
2013-04-22 11:36:22 +02:00
2013-04-08 13:44:57 +02:00
2013-04-08 13:44:57 +02:00
2013-04-08 13:44:57 +02:00
2013-06-13 10:38:14 +02:00
2013-04-08 13:44:57 +02:00
2013-04-09 16:59:06 +02:00