Skip to content

Fix boost::format when used with logs#10

Open
beroset wants to merge 1 commit into
sandialabs:maint-3.10from
beroset:fix-boost-format-logging
Open

Fix boost::format when used with logs#10
beroset wants to merge 1 commit into
sandialabs:maint-3.10from
beroset:fix-boost-format-logging

Conversation

@beroset

@beroset beroset commented Feb 8, 2024

Copy link
Copy Markdown

Two problems have occurred in building this with the latest 3.10. First, boost::format needs the #include <boost/format.hpp> header. Second, there are problems when trying to use boost::format with the version of format that is used with spdlog. This resolves both issues.

Two problems have occurred in building this with the latest 3.10.
First, boost::format needs the #include <boost/format.hpp> header.
Second, there are problems when trying to use boost::format with the
version of format that is used with spdlog.  This resolves both issues.

Signed-off-by: Ed Beroset <beroset@ieee.org>
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