/
BirdLeon
/
ROBLOX2016
Обзор
Документация
Войти
/
BirdLeon
/
ROBLOX2016
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
Library/boost/libs/algorithm/test/power_fail1.cpp
24 строки
564 B
PatoFlamejanteTV
full source code
19 дек 2024, 19:11
19 дек 2024, 19:11
05db15d
Код
Авторство
О чём код?
/* Copyright (c) Marshall Clow 2014. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) For more information, see http://www.boost.org */ #include <iostream> #include <boost/config.hpp> #include <boost/algorithm/algorithm.hpp> #define BOOST_TEST_MAIN #include <boost/test/unit_test.hpp> namespace ba = boost::algorithm; BOOST_AUTO_TEST_CASE( test_main ) { // Second argument must be an integral value BOOST_CHECK ( ba::power(1, 1.0) == 1); }