Skip to content

log: drop specialization of boost::lexical_cast for log_level#2570

Closed
avikivity wants to merge 1 commit intoscylladb:masterfrom
avikivity:log-unlexical_cast
Closed

log: drop specialization of boost::lexical_cast for log_level#2570
avikivity wants to merge 1 commit intoscylladb:masterfrom
avikivity:log-unlexical_cast

Conversation

@avikivity
Copy link
Copy Markdown
Member

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.

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.
@xemul xemul closed this in ca5f653 Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant