Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make stream local copy optimization as trait option per stream type #32

Merged
merged 3 commits into from
Jun 29, 2014

Commits on Jun 29, 2014

  1. Add stream copying optimization switch depending stream type.

    An unit test is added
    miloyip committed Jun 29, 2014
    Configuration menu
    Copy the full SHA
    bcf7cee View commit details
    Browse the repository at this point in the history
  2. Fixes compilation error

    ‘>>’ should be ‘> >’ within a nested template argument list
    miloyip committed Jun 29, 2014
    Configuration menu
    Copy the full SHA
    789761a View commit details
    Browse the repository at this point in the history
  3. Fixes compilation error

    need ‘typename’ before
    ‘rapidjson::StreamTraits<InputStream>::StreamCopyType
    miloyip committed Jun 29, 2014
    Configuration menu
    Copy the full SHA
    8e76a9d View commit details
    Browse the repository at this point in the history