- Timestamp:
- 11/10/04 22:28:06 (9 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgunittests/osgunittests.cpp
r3225 r3601 113 113 std::cout<<"sizeof(float)=="<<sizeof(float)<<std::endl; 114 114 std::cout<<"sizeof(double)=="<<sizeof(double)<<std::endl; 115 116 std::cout<<"sizeof(std::istream::pos_type)=="<<sizeof(std::istream::pos_type)<<std::endl; 117 std::cout<<"sizeof(std::istream::off_type)=="<<sizeof(std::istream::off_type)<<std::endl; 118 115 119 } 116 120
