diff options
Diffstat (limited to 'cpp/demo/Ice/README')
-rw-r--r-- | cpp/demo/Ice/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/demo/Ice/README b/cpp/demo/Ice/README index daf714a5d26..0b9aee63862 100644 --- a/cpp/demo/Ice/README +++ b/cpp/demo/Ice/README @@ -56,6 +56,11 @@ Demos in this directory: A demo to illustrate how nested callbacks work, and how the size of the thread pool affects the maximum nesting depth. +-nrvo + + A demo that shows how Ice takes advantage of NRVO (Named Return + Value Optimization) which is included in modern C++ compilers. + - session This demo shows how to use sessions to clean up client-specific |