2
0
mirror of https://github.com/boostorg/typeof.git synced 2026-01-24 06:22:13 +00:00
Files
typeof/test/function_ref.cpp
Arkadiy Vertleyb 0f458a1ef2 *** empty log message ***
[SVN r34269]
2006-06-11 11:55:34 +00:00

5 lines
152 B
C++
Executable File

#include "test.hpp"
BOOST_STATIC_ASSERT(boost::type_of::test<void(&)()>::value);
BOOST_STATIC_ASSERT(boost::type_of::test<int(&)(int, short)>::value);