Angelscript addon Template Containers  2.31.0
STL container powerr for Angelscript
Requirements

Angelscript version >= 2.31.0

A c++ compiler that supports these c++11 features

  1. header <atomic> (for a spinlock)
  2. container <unordered_set>
  3. container <unordered_map>

The c++11 features required can be quite easily replaced with boost equivalents if you want to use AATC with an older compiler.

Your angelscript engine needs a string registered (been developing with the official addon scriptstdstring)

There is no generic call convention interface available yet, so if your angelscript project was dependant on that, you can't use AATC yet.