blob: 35bddf8bbaa75db8e4a41c02e3db6cb312bfca0c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
====================BSL-1.0====================
### License
Distributed under the [Boost Software License, Version 1.0](http://boost.org/LICENSE_1_0.txt).
====================BSL-1.0====================
// Distributed under the Boost Software License, Version 1.0.
// See http://www.boost.org/LICENSE_1_0.txt
====================BSL-1.0====================
// 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).
====================BSL-1.0====================
// Distributed under the Boost Software License, Version 1.0.
====================BSL-1.0====================
// https://www.boost.org/LICENSE_1_0.txt
====================BSL-1.0====================
Many thanks to Howard for making his code available under the Boost license.
====================COPYRIGHT====================
// (C) Copyright Howard Hinnant
// (C) Copyright 2010 Vicente J. Botet Escriba
// Use, modification and distribution are subject to the Boost Software License,
// Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
====================COPYRIGHT====================
// Copyright 2008 Howard Hinnant
// Copyright 2008 Beman Dawes
// Copyright 2009 Vicente J. Botet Escriba
====================COPYRIGHT====================
// Copyright 2010 Vicente J. Botet Escriba
====================COPYRIGHT====================
// Copyright 2011 Vicente J. Botet Escriba
====================COPYRIGHT====================
// Copyright 2012 Vicente J. Botet Escriba
====================COPYRIGHT====================
// Copyright 2023 Peter Dimov
// Distributed under the Boost Software License, Version 1.0.
// https://www.boost.org/LICENSE_1_0.txt
|