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

Skip to content

Conversation

@OzanCansel
Copy link
Contributor

  • There is bug in libstdc++ which comes with gcc-4-8-5 which requires T of std::throw_with_nested(T) to be polymorphic but it contradicts with the standard. See here but anyway due to our customer base sql_service::rethrow method is refactored to prevent this compile-error.
  • {} brace initializers changed to () while initializing serialization_service_ reference because otherwise it is not allowed by GCC 4.8.5.
  • std::istringstream constructor is called directly rather than creating an rvalue instance and copy beacuse std::istringstream doesn't have copy constructor.

Successfully compiled on lab-116
gcc-4-8-5

…r' so it is workaround for gcc-4.8.5 bug on rethrow_if_nested. serialization_service_ member is initialized with '()' instead of '{}'
@OzanCansel OzanCansel self-assigned this Dec 22, 2022
@OzanCansel OzanCansel added this to the 5.1.0 milestone Dec 22, 2022
ihsandemir
ihsandemir previously approved these changes Dec 22, 2022
@devOpsHazelcast
Copy link
Contributor

Windows test FAILed.

@devOpsHazelcast
Copy link
Contributor

Linux test FAILed.

@devOpsHazelcast
Copy link
Contributor

Linux test FAILed.

@devOpsHazelcast
Copy link
Contributor

Windows test FAILed.

@devOpsHazelcast
Copy link
Contributor

Linux test PASSed.

@devOpsHazelcast
Copy link
Contributor

Windows test PASSed.

@devOpsHazelcast
Copy link
Contributor

Windows test PASSed.

@devOpsHazelcast
Copy link
Contributor

Linux test PASSed.

@OzanCansel OzanCansel merged commit ead40a0 into hazelcast:master Dec 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants