Simplify CMake file and config.h

This commit is contained in:
qPCR4vir
2015-12-03 16:54:13 +01:00
parent f9f70cf08b
commit 3ad8f5a641
13 changed files with 171 additions and 116 deletions

View File

@@ -95,13 +95,13 @@ namespace nana
std::string pos_str() const
{
#ifdef NANA_MINGW
#ifdef UNDEFINED_to_string
std::stringstream ss;
ss<<pos();
return ss.str();
#else
return std::to_string(pos());
#endif // NANA_MINGW
#endif // UNDEFINED_to_string
}
token read()