Add missing equal sign in interleaved_ptr.hpp (#299) [ci skip]

Ignore Conan artefacts.
This commit is contained in:
Olzhas Zhumabek 2019-05-07 19:44:45 +00:00 committed by Mateusz Łoskot
parent 10f1efff5b
commit c504f8279c
2 changed files with 5 additions and 1 deletions

4
.gitignore vendored
View File

@ -23,3 +23,7 @@ stdcerr
# Python
/.venv
/.env
# Conan
conaninfo.txt
graph_info.json

View File

@ -42,7 +42,7 @@ struct interleaved_ptr : boost::iterator_facade
>
{
private:
using parent_t boost::iterator_facade
using parent_t = boost::iterator_facade
<
interleaved_ptr<ChannelPtr, Layout>,
pixel<typename std::iterator_traits<ChannelPtr>::value_type, Layout>,