]> git.lyx.org Git - lyx.git/blobdiff - src/support/lyxfunctional.h
the mkfifo change, make it compile on egcs
[lyx.git] / src / support / lyxfunctional.h
index 5eedb9098b236406d90e13ab322572eeccc6a01e..854ab573e108b162ccf1ccbed2253f86671225ad 100644 (file)
@@ -41,6 +41,12 @@ public:
                return *this;
        }
 
+       back_insert_fun_iterator &
+       operator=(Type & val) {
+               container.push_back((val.*pmf)());
+               return *this;
+       }
+
        back_insert_fun_iterator & operator*() {
                return *this;
        }