]> git.tdb.fi Git - libs/gl.git/commit
Appease the compiler with some extra copy-ctor's and operator='s
authorMikko Rasa <tdb@tdb.fi>
Thu, 12 Sep 2019 19:34:15 +0000 (22:34 +0300)
committerMikko Rasa <tdb@tdb.fi>
Thu, 12 Sep 2019 19:34:15 +0000 (22:34 +0300)
commitcaad9bd997e95b3ccdf496313588b8480ebfddfa
tree310f12666d29c1ab7b46683942fe999f5735242f
parenta3c795f7b07afa3e8838ad143f8df7a8d10f1ad4
Appease the compiler with some extra copy-ctor's and operator='s

In C++11 if you manually define either a copy constructor or an
assignment operator, you must define the other as well.
source/programsyntax.h