mrdocs::Config::useSystemStdlib

Use the system C++ standard library

Synopsis

Declared in <mrdocs/Config.hpp>

bool useSystemStdlib = true;

Description

To achieve reproducible results, MrDocs bundles the LibC++ headers.

To use the C++ standard library available in the system instead, set this option to true.

Created with MrDocs