mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
dtoolutil: use std:: qualification when exposing std types
This commit is contained in:
parent
036d2c2548
commit
3a698e5a81
@ -1,10 +1,10 @@
|
|||||||
forcetype ofstream
|
forcetype std::ofstream
|
||||||
forcetype ifstream
|
forcetype std::ifstream
|
||||||
forcetype fstream
|
forcetype std::fstream
|
||||||
|
|
||||||
forcetype ios_base
|
forcetype std::ios_base
|
||||||
forcetype basic_ios<char>
|
forcetype std::basic_ios<char>
|
||||||
forcetype ios
|
forcetype std::ios
|
||||||
forcetype istream
|
forcetype std::istream
|
||||||
forcetype ostream
|
forcetype std::ostream
|
||||||
forcetype iostream
|
forcetype std::iostream
|
||||||
|
Loading…
x
Reference in New Issue
Block a user