diff --git a/doc/coding_standards.md b/doc/coding_standards.md index f2807c347..3f9dfba42 100644 --- a/doc/coding_standards.md +++ b/doc/coding_standards.md @@ -31,8 +31,8 @@ be optional and be disabled when compiling/running in a Qt 5.3 environment. qTox is compiled without support for [C++11 exceptions][Exceptions], meaning that any code contribution or dependency cannot throw a C++ exception at runtime or else the application will crash. For code present in the qTox -repository, this is enforced by the use of the `exceptions_off` qmake -configuration. +repository, this is enforced by the use of the `-fno-exceptions` flag in the +CMake configuration. Note: This restriction prohibits the use of external libraries that may throw unhandled exceptions to qTox code. External libraries using exceptions, but