Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 2.17 KB

Requirements.md

File metadata and controls

47 lines (33 loc) · 2.17 KB

Requirements

Operating System Support

Compiler Support

Language Requirements

  • We require C++17➚ or newer.
  • We require exception support. The -fno-exceptions option is not supported.
  • We require RTTI support. The -fno-rtti option is not supported.
  • We support Clang's -fms-extensions option.

Compiler Warnings

☝️ Note that we support these options, we don't require them to be used. You can decide which options you want to use in your project, we just try to not get in the way by making sure that our code doesn't generate any of those warnings.

Database Requirements


This document is part of taoPQ.

Copyright (c) 2021-2024 Daniel Frey and Dr. Colin Hirsch
Distributed under the Boost Software License, Version 1.0
See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt