We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 100fea0 commit ce43eb9Copy full SHA for ce43eb9
include/oup/observable_unique_ptr.hpp
@@ -13,7 +13,7 @@ namespace oup {
13
/// Exception thrown for failed observer_from_this().
14
struct bad_observer_from_this : std::exception {
15
const char* what() const noexcept override {
16
- return "observer_from_this() called with uninitialised control block";
+ return "observer_from_this() called with uninitialized control block";
17
}
18
};
19
0 commit comments