Ignore:
Timestamp:
01/30/15 02:51:58 (9 years ago)
Author:
Maciej Komosinski
Message:

SDK compiles under Mac OS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/_demos/neuro_layout_test.cpp

    r286 r317  
    2121
    2222// stl is fun? ;-) ForwardIterator implementation for element coordinates (required by min_element/max_element)
    23 template <int MEMBER> struct NNIter //MEMBER: 0..3=x/y/w/h
     23template <int MEMBER> struct NNIter: public std::iterator<std::forward_iterator_tag,int> //MEMBER: 0..3=x/y/w/h
    2424{
    2525NNLayoutState *nn; int index;
Note: See TracChangeset for help on using the changeset viewer.