Config · Helps Boost library developers adapt to compiler idiosyncrasies; not intended for library users.
Group: com.github.brunotl - All Dependencies
Static Assert · Static assertions (compile time assertions).
Detail · This library contains a set of header only utilities used internally by Boost C++ Libraries to facilitate their implementation.
Core · A collection of simple core utilities with minimal dependencies.
Type Traits · Templates for fundamental properties of types.
Utility · Class noncopyable plus checked_delete(), checked_array_delete(), next(), prior() function templates, plus base-from-member idiom.
ThrowException · A common infrastructure for throwing exceptions from Boost libraries.
Preprocessor · Preprocessor metaprogramming tools including repetition and recursion.
Container Hash · An STL-compatible hash function object that can be extended to hash user defined types.
Tuple · Ease definition of functions returning multiple values, and more.
Predef · This library defines a set of compiler, architecture, operating system, library, and other version numbers from the information it can gather of C, C++, Objective C, and Objective C++ predefined macros or those defined in generally available headers.
Integer · The organization of boost integer headers and classes is designed to take advantage of <stdint.h> types from the 1999 C standard without resorting to undefined behavior in terms of the 1998 C++ standard. The header <boost/cstdint.hpp> makes the standard integer types safely available in namespace boost without placing any names in namespace std.
Exception · The Boost Exception library supports transporting of arbitrary data in exception objects, and transporting of exceptions between threads.
GeographicLib · GeographicLib android native library package
Array · STL compliant container wrapper for arrays of constant size.
Bind · boost::bind is a generalization of the standard functions std::bind1st and std::bind2nd. It supports arbitrary function objects, functions, function pointers, and member function pointers, and is able to bind any argument to a specific value or route input arguments into arbitrary positions.