summaryrefslogtreecommitdiff
path: root/boost/hana/fwd/core
diff options
context:
space:
mode:
Diffstat (limited to 'boost/hana/fwd/core')
-rw-r--r--boost/hana/fwd/core/tag_of.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/hana/fwd/core/tag_of.hpp b/boost/hana/fwd/core/tag_of.hpp
index bcc4ef8e53..5d490dd717 100644
--- a/boost/hana/fwd/core/tag_of.hpp
+++ b/boost/hana/fwd/core/tag_of.hpp
@@ -57,7 +57,7 @@ BOOST_HANA_NAMESPACE_BEGIN
//! std::is_same<
//! typename fusion::traits::tag_of<T>::type,
//! fusion::traits::tag_of<fusion::vector<>>::type
- //! >{}
+ //! >::value
//! >> {
//! using type = BoostFusionVector;
//! };