Remove obsolete _MSC_VER check
commit700d8d85bd728d53cc3bebb0944c92766b410583
authorpracticalswift <practicalswift@users.noreply.github.com>
Wed, 21 Jun 2017 12:28:26 +0000 (21 14:28 +0200)
committerpracticalswift <practicalswift@users.noreply.github.com>
Wed, 21 Jun 2017 12:28:26 +0000 (21 14:28 +0200)
tree0d001e24190f4797866ad36bcbc9c72fce903392
parentb3eb0d6485510f2bdf36d256ab60ce29b8213744
Remove obsolete _MSC_VER check

* MSVC++ 8.0 _MSC_VER == 1400 (Visual Studio 2005)
* C++11 is supported since MSVC 2010
* Compiling without C++11 support is no longer possible
src/init.cpp