ProgramMax / max

max is a tool belt for C++
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Update compiler understandings #164

Closed ProgramMax closed 4 years ago

ProgramMax commented 4 years ago

This commit updates VC's understood C++ version. When compiling with the latest standard (C++2A), max previously displayed an unknown C++ version message. That has been fixed.

Additionally, there was a test message when compiled with GCC that is now removed.