This function returns a string containing a human-readable summary of the build parameters including the version of STLplus being used, the target platform, compiler name and version and whether this is a debug or release build.
The function looks like this:
std::string stlplus::build(void);
The return value is the string representation of the build.
Provides a printable representation of the build characteristics in the form:
<version>, <platform>, <compiler>, <variant>
The meanings of these four fields are:
Example:
STLplus version 3.0, Generic Unix, gcc v3.4.5, debug