
Hello. It has been more than a month since I created the pull request below, but had no feedback yet. I am explicitly cc'ing the typeof maintainers this time (emails from libs/maintainers.txt). This is a very simple pull request to handle (I would argue obvious). Could you please react? - m. -------- Original Message -------- Subject: [typeof] unqualified enable_if in msvc-8.0 code is confused with Boost.Test boost::unit_test::decorator::enable_if Date: Tue, 22 Apr 2014 12:52:28 +0300 From: Menelaos Karavelas <menelaos.karavelas@gmail.com> To: boost@lists.boost.org Dear typeof maintainers. I have encountered a problem with typeof on msvc-8.0. boost::enable_if is used in the code (unqualified), and it is confused by msvc-8.0 with Boost.Test boost::unit_test::decorator::enable_if (this happens with the included version of unit test). I have created a pull request for this issue: https://github.com/boostorg/typeof/pull/1 Could you please see to it. Best regards, - m.