Georgy Guminov
Georgy Guminov
When I try building base hadoop image, I get errors from `apt` in debian: ``` W: The repository 'http://security.debian.org/debian-security stretch/updates Release' does not have a Release file. W: The repository...
Installing the newest PAPI (`7.0.1`) breaks build. Error messages: ``` [build] /ygg/benchmark/common.hpp: In member function «void PapiMeasurements::initialize()»: [build] /ygg/benchmark/common.hpp:187:44: error: «PAPI_num_counters» was not declared in this scope; did you mean...
`C++11` is now a minimal required C++ version for `boost::format`. This means that old `gcc` version (older then `gcc 4.x`) support is no longer required. This PR removes unused workaround...
С++03 support [was deprecated](https://www.boost.org/users/history/version_1_85_0.html) in 1.85 and now can be removed. This PR clears many of workarounds, which are no longer needed now. - Remove unused workaround macros (many of)....
With C++14, is possible to replace **Boost.TypeTraits** library usages with standard `type_traits`. This PR removes direct **Boost.TypeTraits** dependency in **Geometry** module.