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.
log: drop specialization of boost::lexical_cast for log_level
log.hh contains a declaration of a specializtion of lexical_cast for log_level, noting boost doesn't pick up operator<< for log_level, but everything seems to work without the specialization. Dropping it means we can drop yet another boost dependency in a commonly used header file, one that pulls in much of the boost.ranges core.
- Loading branch information
Showing
2 changed files
with
0 additions
and
21 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
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