boostorg / accumulators

An awesome library from Boost
http://boost.org/libs/accumulators
22 stars 54 forks source link

replace deprecated binders and adapters by more modern equivalents #7

Closed DanielaE closed 7 years ago

DanielaE commented 7 years ago

replace deprecated binders and adapters by more modern equivalents

Required with latest msvc versions and compiler option /std:c++latest

DanielaE commented 7 years ago

With the advent of the new C++98-deprecation configuration macros I've reworked my patch for maximum compatibility.

Compiles and passes accumulator's testsuite just fine on msvc 9.0, 10.0, 12.0, and 14.1

ericniebler commented 7 years ago

Much better, thanks!