Use default C++ standard. Previously, molmodel tried to force C++14 in the compiler to ensure access to newer language features. However, C++ is now too old for some of the build-dependencies (tao-pegtl-dev) and causes a build failure. Since standard nowadays is newer, C++14 forcing is removed. Thanks Steve Langasek for suggesting a fix.