mirror of
https://github.com/boostorg/ptr_container.git
synced 2026-02-23 16:02:10 +00:00
*** empty log message ***
[SVN r27749]
This commit is contained in:
6
test/cast.cpp
Executable file
6
test/cast.cpp
Executable file
@@ -0,0 +1,6 @@
|
||||
int main()
|
||||
{
|
||||
void * p = 0;
|
||||
void*& rp = p;
|
||||
int*& p2 = *static_cast<int**>( &rp );
|
||||
}
|
||||
Reference in New Issue
Block a user