id summary reporter owner description type status milestone component version severity resolution keywords cc 733 "Numbered headers don't work with ""preferred"" syntax" Douglas Gregor Douglas Gregor "{{{ Hi, I'd like to write the ""Preferred syntax"" of a signal while including a header for a fixed number of parameters. This works for boost::function, but not for boost::signal. Surprisingly, it seems that signal1.hpp does only generate a signal1 template, in contrast to function1.hpp. :[ Couldn't that be aligned to boost::function? #include typedef boost::function1 F1; // compiles typedef boost::function F2; // compiles #include typedef boost::signal1 S1; // compiles typedef boost::signal S2; // does not compile -- David }}}" Bugs closed signals None Problem wontfix