You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Optimized RObject → now extremely efficient.
- Made RObjectId a pure POD.
- Introduced rtl::Return type.
- Removed std::pair<rtl::error, rtl::RObject>.
- Benchmarks show significant performance improvements.
- General code refactoring and cleanup.
Copy file name to clipboardExpand all lines: CxxTestDesignPatternsUsingRTL/CxxTestProxyDesignPattern/inc/Proxy.hpp
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -15,16 +15,16 @@ namespace proxy_test
15
15
* @return The result of the function call as a std::any object. If the method does not exist or the signature does not match, returns an empty std::any object.
* @return The result of the function call as a std::any object. If the method does not exist or the signature does not match, returns an empty std::any object.
0 commit comments