Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 860 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 860 Bytes

immer - Postmodern immutable and persistent data structures for C++

This is a build2 package repository for immer, a library of persistent and immutable data structures written in C++.

This file contains setup instructions and other details that are more appropriate for development rather than consumption. If you want to use immer in your build2-based project, then instead see the accompanying PACKAGE-README.md file.

The development setup for immer uses the standard bdep-based workflow. For example:

git clone .../immer.git
cd immer

bdep init -C @gcc cc config.cxx=g++
bdep update
bdep test