Re: Porting to AmigaOS4 thread |
Subject: Re: Porting to AmigaOS4 thread by LiveForIt on 2019/2/13 16:14:52 @Raziel If your have "using namespace std; " Then the following lines, is assumed that is inside std namespace, so you do not need "std::" in the typedef, because it know it's this you're talking about. So it should be fine to do: typedef string AnsiString; typedef string Utf8String; typedef wstring WideString; |
Home |
News |
User Profile |
Headlines |
Forums |
Articles |
Images |
Polls |