forked from scylladb/seastar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Multiple fixes to io_tester to make it compile with GCC 5:
- rename class_data::request_type() to class_data::req_type() to avoid clashes with request_type enum - explicitly specialize std::hash for request_type enum (see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60970) - explicitly use 'this->' specifier when calling member functions from lambdas capturing 'this' Fixes scylladb#364 Signed-off-by: Vladimir Krivopalov <[email protected]> Message-Id: <31a332dc90207b7702539c859182a3907ab9b2ed.1511589828.git.vladimir.krivopalov@gmail.com>
- Loading branch information
1 parent
2337ac6
commit 87b759d
Showing
1 changed file
with
22 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters