diff --git a/source/sdk/cpp/crud/create.txt b/source/sdk/cpp/crud/create.txt index 5469a780d0..35a1cf00ff 100644 --- a/source/sdk/cpp/crud/create.txt +++ b/source/sdk/cpp/crud/create.txt @@ -223,7 +223,6 @@ For more information about modeling an inverse relationship, refer to: .. literalinclude:: /examples/generated/cpp/relationships.snippet.define-inverse-relationship.cpp :language: cpp - :emphasize-lines: 14 .. _cpp-create-object-map-property: diff --git a/source/sdk/cpp/install.txt b/source/sdk/cpp/install.txt index 7139e48916..8ebf45970e 100644 --- a/source/sdk/cpp/install.txt +++ b/source/sdk/cpp/install.txt @@ -106,7 +106,7 @@ Install FetchContent_Declare( cpprealm GIT_REPOSITORY https://github.com/realm/realm-cpp.git - GIT_TAG v0.5.0-preview + GIT_TAG v1.0.0 ) # The MakeAvailable command ensures the named dependencies have been populated diff --git a/source/sdk/cpp/model-data/relationships.txt b/source/sdk/cpp/model-data/relationships.txt index cd45712aad..f63f3bcfaf 100644 --- a/source/sdk/cpp/model-data/relationships.txt +++ b/source/sdk/cpp/model-data/relationships.txt @@ -121,4 +121,4 @@ objects through its ``owners`` property. .. literalinclude:: /examples/generated/cpp/relationships.snippet.define-inverse-relationship.cpp :language: cpp - :emphasize-lines: 14 + :emphasize-lines: 13