1. 30 5月, 2017 2 次提交
    • S
      Merge pull request #302 from EddieRingle/fix-gcc-7 · 4a5ce925
      Simon Fels 提交于
      Fix build with GCC 7.1
      4a5ce925
    • E
      Fix build with GCC 7.1 · 552d30cf
      Eddie Ringle 提交于
      From the Porting to GCC 7[1] page:
      
      > Several C++ Standard Library headers have been changed to no longer include
      > the `<functional>` header. As such, C++ programs that used components defined
      > in `<functional>` without explicitly including that header will no longer
      > compile.
      
      > Previously components such as std::bind and std::function were
      > implicitly defined after including unrelated headers such as `<memory>`,
      > `<future>`, `<mutex>`, and `<regex>`.
      > Correct code should `#include <functional>` to define them.
      
      [1]: https://gcc.gnu.org/gcc-7/porting_to.htmlSigned-off-by: NEddie Ringle <eddie@ringle.io>
      552d30cf
  2. 28 5月, 2017 9 次提交
  3. 23 5月, 2017 8 次提交
  4. 18 5月, 2017 2 次提交
  5. 17 5月, 2017 1 次提交
  6. 15 5月, 2017 4 次提交
  7. 14 5月, 2017 4 次提交
  8. 12 5月, 2017 10 次提交