This class tries to introduce dynamic typing, (or 'Duck typing') to c++, basically we try to remove the 'type' from the variable. Rather the type is decided at runtime. This class is used in the myodd.piger(https://github.com/FFMG/myoddweb.piger) project.
Stars
1
Forks
0
Watchers
1
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
36
commits
32
commits
Fixed an issue with casting to std::wstring/std::string
1f0245cView on GitHubReadme updated to reflect the need for c++14 and not c++11
87239a0View on GitHubFixed min required c++ version, still having issue(s) with nullptr_t
cd5ff55View on GitHubMerge branch 'master' of https://github.com/FFMG/myoddweb.any
2cfe1c7View on GitHubTried to fix an issue with g++ where nullptr is not defined, forced c++14 as well
cbdd3e4View on GitHub