]> git.tdb.fi Git - libs/core.git/commit - source/strings/lexicalcast.h
Make lexical conversions from and to long long available everywhere
authorMikko Rasa <tdb@tdb.fi>
Sun, 1 Jan 2023 20:20:39 +0000 (22:20 +0200)
committerMikko Rasa <tdb@tdb.fi>
Mon, 2 Jan 2023 21:32:30 +0000 (23:32 +0200)
commit672dd8d4178716824bf21a76685d91fc82a0a4af
treee53c11d5e37faa852add125a9412b2a1e51debae
parente272f71f368f3f33643c7e935110dd92cc9d4d3a
Make lexical conversions from and to long long available everywhere

The type became part of the C++ standard in C++11, so there's no longer
need to guard it with __GNUC__.
source/strings/lexicalcast.cpp
source/strings/lexicalcast.h