1. 20 6月, 2017 7 次提交
  2. 16 6月, 2017 1 次提交
  3. 10 6月, 2017 3 次提交
  4. 07 6月, 2017 5 次提交
  5. 05 6月, 2017 1 次提交
  6. 04 6月, 2017 3 次提交
  7. 03 6月, 2017 1 次提交
  8. 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
  9. 28 5月, 2017 9 次提交
  10. 23 5月, 2017 8 次提交