arximboldi / immer

Postmodern immutable and persistent data structures for C++ — value semantics at scale
https://sinusoid.es/immer
Boost Software License 1.0
2.48k stars 177 forks source link

Build instructions need updating #280

Open khiner opened 6 months ago

khiner commented 6 months ago

Executing the build instructions fails because a file named BUILD already exists at the project root:

$ mkdir -p build && cd build
mkdir: build: File exists
arximboldi commented 6 months ago

Oh... which OS are you on? It seems you are in a case-sensitive filesystem? But fair, it should work regardles...