trying to find a consistent and C++1x styled graph representation

This commit is contained in:
Hartmut Seichter 2019-01-05 10:13:16 +01:00
parent f6c7f1adbb
commit 2e151b87c6
13 changed files with 528 additions and 31 deletions

View file

@ -5,6 +5,6 @@ cmake_minimum_required(VERSION 3.8)
project(pixwerx)
set (CMAKE_CXX_STANDARD 14)
set (CMAKE_CXX_STANDARD 17)
add_subdirectory(src)