Files
bison/doc
Akim Demaille 42f0b949ec c++: prefer 'emplace' to 'build'
When we introduced variants in Bison, C++ did not have the 'emplace'
functions, and we chose 'build'.  Let's align with modern C++ and
promote 'emplace' rather than 'build'.

* data/lalr1.cc, data/variant.hh (emplace): New.
(build): Deprecate in favor of emplace.
* doc/bison.texi: Adjust.
2018-10-20 19:03:01 +02:00
..
2013-08-01 11:41:49 +02:00
2018-10-20 19:03:01 +02:00
2018-10-05 07:01:06 +02:00
2018-10-07 10:41:40 +02:00
2018-05-12 18:18:41 +02:00
2007-11-14 13:18:44 +00:00