You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by purushnayak <gi...@git.apache.org> on 2017/09/25 21:00:00 UTC

[GitHub] avro pull request #249: Compilation with clang fails due to missing codec_tr...

GitHub user purushnayak opened a pull request:

    https://github.com/apache/avro/pull/249

    Compilation with clang fails due to missing codec_traits specialization

    Fixed the error by adding a codec_traits specialization for
    vector<bool>::const_reference.
    
    fixes AVRO-2081

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/purushnayak/avro avro-2081

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/avro/pull/249.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #249
    
----
commit 6f640667693e70447eb5b36bb86106f76865c5eb
Author: Purushotham Nayak <pn...@corelogiq.com>
Date:   2017-09-25T20:53:31Z

    Compilation with clang fails due to missing codec_traits specialization
    
    Fixed the error by adding a codec_traits specialization for
    vector<bool>::const_reference.
    
    fixes AVRO-2081

----


---