Clone the repo to try out the container:
git clone https://github.com/theoteske/XVector.git
# Include path: -I/path/to/XVector/includeSimply include in your main.cpp using the preprocessor directive:
#include "XVector.h"Compile using C++17 or later:
g++ -std=c++17 main.cpp -o main