Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@techytoes
Copy link

Cleaning the serverCommunicationVRPN class using unique_ptr as a part of GSOC project. Please review it @ErwanDouaille .


This PR:

  • builds with SUCCESS for all platforms on the CI.
  • does not generate new warnings.
  • does not generate new unit test failures.
  • does not generate new scene test failures.
  • does not break API compatibility.
  • is more than 1 week old (or has fast-merge label).

Reviewers will merge only if all these checks are true.

set(COMMUNICATION_MAJOR_VERSION 1)
set(COMMUNICATION_MINOR_VERSION 0)
set(COMMUNICATION_VERSION ${COMMUNICATION_MAJOR_VERSION}.${COMMUNICATION_MINOR_VERSION})
set(CMAKE_CXX_STANDARD 14)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for sure it´s working with 11

@guparan guparan force-pushed the sofaCommunication branch from aec4334 to a8de521 Compare August 3, 2020 08:15
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.

2 participants