mirror of
https://github.com/Green-Sky/crdt_tests.git
synced 2025-12-06 22:16:35 +01:00
rename stuff
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user