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

The order of headers #129

Closed
maths644311798 opened this issue Aug 31, 2023 · 1 comment
Closed

The order of headers #129

maths644311798 opened this issue Aug 31, 2023 · 1 comment

Comments

@maths644311798
Copy link
Contributor

The order of headers in /yacl/link/transport/interconnection_base.cc is not good.

#include "yacl/link/transport/interconnection_base.h"

will actually include "spdlog/spdlog.h". But

#include "fmt/ostream.h"

should be above "spdlog/spdlog.h". See also gabime/spdlog#2872 (comment)

@anakinxc
Copy link
Contributor

This is a bug in fmt/spdlog, not yacl.

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

No branches or pull requests

2 participants