On 09/05/2016 at 02:24, xxxxxxxx wrote:
Originally posted by xxxxxxxx
Hello,as usual one should avoid using elements of the standard library. Use build-in constructs like BaseArray instead.
I only noticed some time ago that the SDK docs state that the STL should only be used if absolutely neccessary. What are the reasons for this? Exception handling? Something else?
I have been using STL classes in my plugin for quite some time (before noticing the passage in the docs about avoiding them) without any apparent problems.