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 <[email protected]>
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
----
---