https://gitlab.opengeosys.org/ogs/ogs.git
Revision 43a13bbb339eb2a8b6bfd02f4ae9254f0e930ccc authored by Dmitri Naumov on 25 November 2021, 14:39:44 UTC, committed by Dmitri Naumov on 02 December 2021, 11:21:55 UTC
The definition of implicit copy assignment operator for a class
is deprecated because it has a user-declared copy constructor
as issued by -Wdeprecated-copy warning.

Since the definitions of default copy constructors are implictly
created by the compiler (as well as the copy assignments)
the definitions are not needed.
1 parent 8524905
History
Tip revision: 43a13bbb339eb2a8b6bfd02f4ae9254f0e930ccc authored by Dmitri Naumov on 25 November 2021, 14:39:44 UTC
Remove copy ctor definitions. These are implicit.
Tip revision: 43a13bb
File Mode Size
.hooks
Applications
BaseLib
ChemistryLib
Documentation
GeoLib
InfoLib
MaterialLib
MathLib
MeshGeoToolsLib
MeshLib
NumLib
ParameterLib
ProcessLib
Tests
ThirdParty
scripts
web
.clang-format -rw-r--r-- 397 bytes
.clang-tidy -rw-r--r-- 972 bytes
.cmake-format.yaml -rw-r--r-- 3.2 KB
.codeclimate.yml -rw-r--r-- 105 bytes
.codespellexclude -rw-r--r-- 802 bytes
.codespellrc -rw-r--r-- 199 bytes
.dockerignore -rw-r--r-- 57 bytes
.editorconfig -rw-r--r-- 226 bytes
.gitattributes -rw-r--r-- 297 bytes
.gitignore -rw-r--r-- 337 bytes
.gitlab-ci.yml -rw-r--r-- 1.9 KB
.gitmodules -rw-r--r-- 246 bytes
.mailmap -rw-r--r-- 1.8 KB
.pre-commit-config.yaml -rw-r--r-- 2.2 KB
CHANGELOG.md -rw-r--r-- 30.1 KB
CMakeLists.txt -rw-r--r-- 7.3 KB
CMakePresets.json -rw-r--r-- 6.4 KB
CODE_OF_CONDUCT.md -rw-r--r-- 3.3 KB
CONTRIBUTING.md -rw-r--r-- 460 bytes
LICENSE.txt -rw-r--r-- 1.5 KB
README.md -rw-r--r-- 1.7 KB
codecov.yml -rw-r--r-- 139 bytes
config-cpp-dependencies.txt -rw-r--r-- 3.2 KB

README.md

back to top