mirror of
https://github.com/boostorg/core.git
synced 2025-05-09 23:03:54 +00:00
Avoid sturct/class mismatch warning in use_default_test.cpp
This commit is contained in:
parent
bb99544852
commit
62d1b1bb59
@ -11,5 +11,5 @@ Distributed under the Boost Software License, Version 1.0.
|
||||
template<class, class = boost::use_default>
|
||||
struct type { };
|
||||
|
||||
template class type<int>;
|
||||
template class type<void, boost::use_default>;
|
||||
template struct type<int>;
|
||||
template struct type<void, boost::use_default>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user