Add missing equal sign in interleaved_ptr.hpp (#299) [ci skip]
Ignore Conan artefacts.
This commit is contained in:
parent
10f1efff5b
commit
c504f8279c
4
.gitignore
vendored
4
.gitignore
vendored
@ -23,3 +23,7 @@ stdcerr
|
||||
# Python
|
||||
/.venv
|
||||
/.env
|
||||
|
||||
# Conan
|
||||
conaninfo.txt
|
||||
graph_info.json
|
@ -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>,
|
||||
|
Loading…
Reference in New Issue
Block a user