'IO::WriteLog': function does not take 2 arguments
                  
                  
                   message :  see declaration of 'IO::WriteLog'
                  
                  
                  but it's okay with g++
                  
                  
                
it's not because of this in main when i call 1) IO::WriteLog("test","test"); 2) IO::WriteLog<const string,const string>("test","test"); in the first one it's okay but in the second one it does not compile why? const string is not proper for template parameter?
have you tried const char * and seen if it works?
yeah it's worked Thank You
Обсуждают сегодня