mirror of
https://github.com/boostorg/charconv.git
synced 2026-02-18 14:02:11 +00:00
13 lines
252 B
Plaintext
13 lines
252 B
Plaintext
# Copyright 2023 Matt Borland
|
|
# Distributed under the Boost Software License, Version 1.0.
|
|
# https://www.boost.org/LICENSE_1_0.txt
|
|
|
|
import modules ;
|
|
import path ;
|
|
|
|
lib quadmath ;
|
|
|
|
exe has_float128 : has_float128.cpp quadmath ;
|
|
|
|
explicit has_float128 ;
|