realm-cpp icon indicating copy to clipboard operation
realm-cpp copied to clipboard

RCPP-85 fixed gcc clang build ubuntu 24.04

Open BestITUserEUW opened this issue 1 year ago • 1 comments

Issue RCPP-85

Fixed missing header in realm.hpp mentioned in RCPP-85. Fixed the following build error in gcc:

cpprealm/link.hpp:190:21: error: expected unqualified-id before ‘)’ token 190 | managed<T*>() = default; | ^

managed() = default;

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

BestITUserEUW avatar Jul 31 '24 13:07 BestITUserEUW