docs link in readme

master
Daniel Kolesa 2015-05-18 02:13:16 +01:00
parent 700905f594
commit 70f309df7a
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
OctaSTD is a collection of C++ utilities to aid the upcoming OctaForge C++
API. It provides containers (dynamic arrays etc) as well as other utilities.
Documentation for OctaSTD can be found at https://wiki.octaforge.org/docs/octastd.
It utilizes C++11. It also implements equivalents of certain C++14 library
features that are possible to implement with the C++11 language. It does not
go beyond C++11 level when it comes to core language features.