Got rid of most using directives. Ported tests to python.
[invirt/third/libt4.git] / paxos_protocol.h
index 1ce3be7..8f8f816 100644 (file)
@@ -23,7 +23,7 @@ namespace paxos_protocol {
         MEMBERS(oldinstance, accept, n_a, v_a)
     };
     using node_t = string;
-    using nodes_t = vector<node_t>;
+    using nodes_t = std::vector<node_t>;
     using value_t = string;
 
     REMOTE_PROCEDURE_BASE(0x11000);