mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 15:04:00 +00:00
added BeOS5 support to test script (not finished yet though...)
[SVN r8037]
This commit is contained in:
parent
e8265e09a3
commit
66d5cc43f3
@ -440,6 +440,7 @@ int main()
|
||||
value_test(true, is_reference<volatile int &>::value)
|
||||
value_test(true, is_reference<r_type>::value)
|
||||
value_test(true, is_reference<cr_type>::value)
|
||||
value_test(true, is_reference<const UDT&>::value)
|
||||
|
||||
value_test(false, is_class<int>::value)
|
||||
value_test(false, is_class<const int>::value)
|
||||
|
Loading…
x
Reference in New Issue
Block a user