8000
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 04ee0db commit 79a9decCopy full SHA for 79a9dec
doc/src/sgml/extend.sgml
@@ -320,7 +320,7 @@
320
<listitem>
321
<para>
322
If calling backend functions from C++ code, be sure that the
323
- C++ call stack contains only plain old data structure
+ C++ call stack contains only plain old data structures
324
(<acronym>POD</>). This is necessary because backend errors
325
generate a distant <function>longjump()</> that does not properly
326
unroll a C++ call stack with non-POD objects.
0 commit comments