/[svn]
ViewVC logotype

Revision 3708


Jump to revision: Previous Next
Author: schoenebeck
Date: Wed Jan 8 22:11:30 2020 UTC (4 years, 2 months ago)
Changed paths: 3
Log Message:
Fixed compile errors with C++17:

* std::ptr_fun was removed from STL in C++17,
  use C++11 lambda expression instead.

* std::mem_fun and std::bind2nd were removed from STL in C++17,
  use C++11 lambda expression instead.

* Bumped version (2.1.1.svn36).


Changed paths

Path Details
Directorylinuxsampler/trunk/configure.ac modified , text changed
Directorylinuxsampler/trunk/src/common/global_private.h modified , text changed
Directorylinuxsampler/trunk/src/plugins/InstrumentEditor.cpp modified , text changed

  ViewVC Help
Powered by ViewVC