a small library of C++14 functionality implemented in C++11
MNMLSTC Core is a small and easy to use C++11 library that adds a functionality set that will be available in C++14 and later, as well as some useful additions, or some proposals that have not been completely approved yet.
MNMLSTC Core is a small and easy to use C++11 library that adds a functionality set that will be available in C++14 and later, as well as some useful additions, or some proposals that have not been completely approved yet.
To install mnmlstc-core, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install mnmlstc-core
To see what files were installed by mnmlstc-core, run:
port contents mnmlstc-core
To later upgrade mnmlstc-core, run:
sudo port selfupdate && sudo port upgrade mnmlstc-core
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.