Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid multiply defined symbols linker errors #75

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

seanharmer
Copy link

When using spdlog_setup with a compiled spdlog library.
Fixes #74.

When using spdlog_setup with a compiled spdlog library.
Fixes guangie88#74.
@codecov
Copy link

codecov bot commented Mar 24, 2021

Codecov Report

Merging #75 (0488b2b) into master (d1b3f41) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #75   +/-   ##
=======================================
  Coverage   88.16%   88.16%           
=======================================
  Files           4        4           
  Lines         566      566           
=======================================
  Hits          499      499           
  Misses         67       67           
Impacted Files Coverage Δ
include/spdlog_setup/details/conf_impl.h 90.15% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d1b3f41...0488b2b. Read the comment docs.

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.

Multiply defined symbols linker error when using with compiled spdlog lib
1 participant