Skip to content
Snippets Groups Projects
Commit 993a18af authored by Mattijs Janssens's avatar Mattijs Janssens
Browse files

constructor from primitive

parent f1bcfe95
Branches
Tags
No related merge requests found
......@@ -53,6 +53,11 @@ class pTraits
public:
pTraits(const primitive& p)
:
primitive(p)
{}
pTraits(Istream& is)
:
primitive(is)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment