mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2026-01-02 22:54:43 +03:00
noExplicitConstructor
This commit is contained in:
@@ -45,7 +45,7 @@ struct RdfaEdgeProps {
|
||||
};
|
||||
|
||||
struct RdfaGraph : public ue2_graph<RdfaGraph, RdfaVertexProps, RdfaEdgeProps> {
|
||||
RdfaGraph(const raw_dfa &rdfa);
|
||||
explicit RdfaGraph(const raw_dfa &rdfa);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user