One Hat Cyber Team
Your IP :
216.73.216.180
Server IP :
162.240.179.46
Server :
Linux vps-14493116.nutrivittasaude.com.br 5.14.0-611.49.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Apr 21 16:39:08 EDT 2026 x86_64
Server Software :
Apache
PHP Version :
8.2.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
include
/
boost
/
json
/
detail
/
ryu
/
Edit File:
ryu.hpp
// Copyright 2018 Ulf Adams // // The contents of this file may be used under the terms of the Apache License, // Version 2.0. // // (See accompanying file LICENSE-Apache or copy at // http://www.apache.org/licenses/LICENSE-2.0) // // Alternatively, the contents of this file may be used under the terms of // the Boost Software License, Version 1.0. // (See accompanying file LICENSE-Boost or copy at // https://www.boost.org/LICENSE_1_0.txt) // // Unless required by applicable law or agreed to in writing, this software // is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY // KIND, either express or implied. /* This is a derivative work */ #ifndef BOOST_JSON_DETAIL_RYU_HPP #define BOOST_JSON_DETAIL_RYU_HPP #include <boost/json/detail/config.hpp> BOOST_JSON_NS_BEGIN namespace detail { namespace ryu { BOOST_JSON_DECL int d2s_buffered_n(double f, char* result) noexcept; BOOST_JSON_DECL void d2s_buffered(double f, char* result) noexcept; BOOST_JSON_DECL char* d2s(double f) noexcept; } // ryu } // detail BOOST_JSON_NS_END #endif
Simpan