Commit Graph

7 Commits

Author SHA1 Message Date
Lorenzo Caminiti
37f91f600d Using all lower case section IDs.
[SVN r78233]
2012-04-28 02:21:15 +00:00
Lorenzo Caminiti
90b94a9560 Forcing type-of emulation on Sun.
Trying to fix OverloadedFunction pp bug on Sun by removing SUB on iteration range (doing ADD on iteration index instead).

[SVN r77940]
2012-04-12 21:12:28 +00:00
Lorenzo Caminiti
094516d686 Added some tests to figure out pp problem with OverloadedFunciton on Sun.
[SVN r77925]
2012-04-11 20:55:54 +00:00
Lorenzo Caminiti
9e7ccedcfe Added a specialization to deduced F from boost::function<F> removing the need to register boost::function for type-of emulation (because it required to register boost::functionN instead of boost::function and that was confusing).
[SVN r77891]
2012-04-10 19:17:41 +00:00
Lorenzo Caminiti
9b08b5632d Added a couple of code comments.
[SVN r77068]
2012-02-18 16:11:21 +00:00
Lorenzo Caminiti
c4824e0bd6 Remove a set of extra parenthesis in getting a member function pointer that were not needed and did not compile on clang.
[SVN r77065]
2012-02-18 15:20:39 +00:00
Lorenzo Caminiti
6cbe04b95b Added Functional/OverloadedFunction source files.
[SVN r77025]
2012-02-15 00:42:56 +00:00