spot/src/ltlast
Alexandre Duret-Lutz 49c66c6319 c++11: replace push(Type(args...)) by emplace(args...)
This of course concerns push_back and push_front as well.

* src/bin/common_finput.cc, src/bin/dstar2tgba.cc, src/bin/ltl2tgba.cc,
src/bin/ltl2tgta.cc, src/bin/ltlcross.cc, src/bin/ltlfilt.cc,
src/dstarparse/dstarparse.yy, src/kripkeparse/kripkeparse.yy,
src/ltlast/formula.cc, src/ltlparse/ltlparse.yy, src/misc/minato.cc,
src/neverparse/neverclaimparse.yy, src/priv/bddalloc.cc, src/ta/ta.cc,
src/taalgos/emptinessta.cc, src/tgba/taatgba.cc,
src/tgbaalgos/gtec/gtec.cc, src/tgbaalgos/gtec/sccstack.cc,
src/tgbaalgos/magic.cc, src/tgbaalgos/ndfs_result.hxx,
src/tgbaalgos/rundotdec.cc, src/tgbaalgos/scc.cc, src/tgbaalgos/se05.cc,
src/tgbaalgos/simulation.cc, src/tgbaalgos/tau03.cc,
src/tgbaalgos/tau03opt.cc, src/tgbaparse/tgbaparse.yy: Use emplace
to make the code less verbose and avoid creating temporaries.
2014-02-12 14:08:47 +01:00
..
.cvsignore * m4/pypath.m4: New file. 2003-04-30 12:35:22 +00:00
.gitignore Add .gitignore files 2008-03-14 16:59:32 +01:00
allnodes.hh Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00
atomic_prop.cc ltlast: simplify with std::make_pair() and c++11's std::tuple 2014-02-12 14:08:24 +01:00
atomic_prop.hh ltlast: simplify with std::make_pair() and c++11's std::tuple 2014-02-12 14:08:24 +01:00
automatop.cc ltlast: simplify with std::make_pair() and c++11's std::tuple 2014-02-12 14:08:24 +01:00
automatop.hh ltlast: simplify with std::make_pair() and c++11's std::tuple 2014-02-12 14:08:24 +01:00
binop.cc ltlast: simplify with std::make_pair() and c++11's std::tuple 2014-02-12 14:08:24 +01:00
binop.hh ltlast: simplify with std::make_pair() and c++11's std::tuple 2014-02-12 14:08:24 +01:00
bunop.cc ltlast: simplify with std::make_pair() and c++11's std::tuple 2014-02-12 14:08:24 +01:00
bunop.hh ltlast: simplify with std::make_pair() and c++11's std::tuple 2014-02-12 14:08:24 +01:00
constant.cc ltlast: move all accessor methods to headers to help the optimizer 2014-02-12 10:43:42 +01:00
constant.hh ltlast: move all accessor methods to headers to help the optimizer 2014-02-12 10:43:42 +01:00
formula.cc c++11: replace push(Type(args...)) by emplace(args...) 2014-02-12 14:08:47 +01:00
formula.hh c++11: replace Sgi::hash_* by Sgi::unordered_*. 2014-02-12 14:05:04 +01:00
formula_tree.cc Include lib/ and config.h in ltlast/. 2013-09-28 16:02:18 +02:00
formula_tree.hh c++11: Replace boost::shared_ptr by std::shared_ptr. 2014-02-12 14:07:16 +01:00
Makefile.am Include lib/ and config.h in ltlast/. 2013-09-28 16:02:18 +02:00
multop.cc ltlast: simplify with std::make_pair() and c++11's std::tuple 2014-02-12 14:08:24 +01:00
multop.hh ltlast: simplify with std::make_pair() and c++11's std::tuple 2014-02-12 14:08:24 +01:00
nfa.cc Include lib/ and config.h in ltlast/. 2013-09-28 16:02:18 +02:00
nfa.hh c++11: Replace boost::shared_ptr by std::shared_ptr. 2014-02-12 14:07:16 +01:00
predecl.hh Upgrade GPL v2+ to GPL v3+. 2012-10-12 22:05:18 +02:00
refformula.cc Include lib/ and config.h in ltlast/. 2013-09-28 16:02:18 +02:00
refformula.hh Use -fvisibility=hidden in src/ltlast/, src/ltlvisit/, and src/ltlenv/. 2013-07-29 01:14:03 +02:00
unop.cc ltlast: simplify with std::make_pair() and c++11's std::tuple 2014-02-12 14:08:24 +01:00
unop.hh ltlast: simplify with std::make_pair() and c++11's std::tuple 2014-02-12 14:08:24 +01:00
visitor.hh Use -fvisibility=hidden in src/ltlast/, src/ltlvisit/, and src/ltlenv/. 2013-07-29 01:14:03 +02:00