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

Build passing on win and remove the C++20 feature #287

Closed
wants to merge 1 commit into from

Conversation

pezy
Copy link
Contributor

@pezy pezy commented Nov 30, 2022

Public-Facing Changes

None

Description

  • StatusLevel::ERROR conflicts with winsock2.h included by websocketpp\common\network.hpp, we should undef the marco in _WIN32
  • designated initializers is C++20 feature, our conanfile just require C++17.

#35

- `StatusLevel::ERROR` conflicts with `winsock2.h` included by `websocketpp\common\network.hpp`, we should undef the marco in `_WIN32`
-  designated initializers is C++20 feature, our [conanfile](https://github.com/foxglove/ws-protocol/blob/main/cpp/foxglove-websocket/conanfile.py#L18) just require C++17.
@CLAassistant
Copy link

CLAassistant commented Nov 30, 2022

CLA assistant check
All committers have signed the CLA.

@jhurliman
Copy link
Contributor

Note that this version of the server is pretty out of date, and needs to be replaced with the implementation at https://github.com/foxglove/ros-foxglove-bridge/tree/main/foxglove_bridge_base/include/foxglove_bridge once the dust has settled a bit.

@jhurliman
Copy link
Contributor

@pezy
Copy link
Contributor Author

pezy commented Nov 30, 2022

@jhurliman Thanks for reminder, these changes is indeed more reasonable. Can I sync these changes in another commit?

@jtbandes
Copy link
Member

No need, we will take care of it soon. Thanks! foxglove/ros-foxglove-bridge#89

@jtbandes jtbandes closed this Nov 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants