diff options
Diffstat (limited to 'src/cppc4group.hpp')
| -rw-r--r-- | src/cppc4group.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cppc4group.hpp b/src/cppc4group.hpp index c30af44..eb06585 100644 --- a/src/cppc4group.hpp +++ b/src/cppc4group.hpp @@ -101,6 +101,7 @@ public: public: // the constructor will automatically construct an internal CC4Group, so no new-equivalent method is needed + // may throw std::bad_alloc if the allocation and construction of the internal CC4Group object fails CppC4Group(); // the move constructor is needed to move the returned group out of the optional from openAsChild |
