Skip to content

Commit

Permalink
Add missing equal sign in interleaved_ptr.hpp (#299) [ci skip]
Browse files Browse the repository at this point in the history
Ignore Conan artefacts.
  • Loading branch information
simmplecoder authored and mloskot committed May 7, 2019
1 parent 10f1eff commit c504f82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Expand Up @@ -23,3 +23,7 @@ stdcerr
# Python
/.venv
/.env

# Conan
conaninfo.txt
graph_info.json
2 changes: 1 addition & 1 deletion example/interleaved_ptr.hpp
Expand Up @@ -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>,
Expand Down

0 comments on commit c504f82

Please sign in to comment.