]> sigrok.org Git - libsigrok.git/commitdiff
Revert "C++: Avoid std::map::emplace() for GCC 4.7 compatibility"
authorUwe Hermann <redacted>
Wed, 28 Jun 2017 06:54:57 +0000 (08:54 +0200)
committerUwe Hermann <redacted>
Mon, 3 Jul 2017 09:20:26 +0000 (11:20 +0200)
This reverts commit 8c529898116e9a6bf7083fb3b748b24d006392a4.

We now require g++ >= 4.8.1 which supports std::map::emplace(), as does
clang >= 3.3.


No differences found