rename stuff

This commit is contained in:
2022-12-22 15:20:32 +01:00
parent e486d79dc3
commit 175042eb7c
7 changed files with 20 additions and 20 deletions

View File

@@ -1,5 +1,5 @@
#include <crdt/list.hpp>
#include <crdt/text_document.hpp>
#include <green_crdt/v0/list.hpp>
#include <green_crdt/v0/text_document.hpp>
#include <numeric>
#include <random>
@@ -8,7 +8,7 @@
// single letter agent, for testing only
using Agent = char;
using DocType = GreenCRDT::TextDocument<Agent>;
using DocType = GreenCRDT::V0::TextDocument<Agent>;
using ListType = DocType::ListType;
void testSingle1(void) {