Skip to content
  • Cary Coutant's avatar
    Fix test for availability of emplace_back. · 21555352
    Cary Coutant authored
    Testing for the GCC version 5 or later isn't right, since C++ 11 support
    wasn't enabled by default until later.  This patch tests the C++ standard
    support directly instead of inferring it from the GCC version.
    
    gold/
    	* incremental.cc (Sized_incremental_binary::setup_readers): Use
    	emplace_back for C++ 11 or later.
    21555352
To find the state of this project's repository at the time of any of these versions, check out the tags.