dukeify / fake-jni

An implementation of the JNI and JVMTI with support for direct interaction between natively registered classes and JVM objects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C++11 STL support

Matthewacon opened this issue · comments

We depend heavily on C++17 language features, however, we do not heavily depend on the STL. Remove all C++14+ and C++17 STL dependencies such that we may compile in C++17 mode and link against different versions of the STL.