]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/math/reporting/performance/chebyshev_clenshaw.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / math / reporting / performance / chebyshev_clenshaw.cpp
index 170c10c05fcc8498ee3d9a17136ed7faa64ab640..bbc41b3b7ccd6059bf4160b8c63905517feeb663 100644 (file)
@@ -1,3 +1,8 @@
+//  (C) Copyright Nick Thompson 2020.
+//  Use, modification and distribution are subject to 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)
+
 #include <vector>
 #include <random>
 #include <benchmark/benchmark.h>
@@ -54,4 +59,4 @@ BENCHMARK_TEMPLATE(ChebyshevClenshaw, double)->RangeMultiplier(2)->Range(1<<1, 1
 
 
 
-BENCHMARK_MAIN();
\ No newline at end of file
+BENCHMARK_MAIN();