-
+
Release 9.0
-
Allow use of
C++> functions in backend code (Kurt
+
Simplify use of
C++> functions in backend code (Kurt
Harriman, Peter Eisentraut)
- This removes keyword conflicts that previously made
C++>
- usage difficult in backend code. extern "C" { }> might still
- be necessary.
+ While this removes keyword conflicts that previously made
+
C++> usage difficult in backend code, there are
+ still other complexities when using
C++> for backend
+ functions. extern "C" { }> is still necessary in
+ some cases.