This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Verifying that +foundry is my openname (Bitcoin username). https://onename.com/foundry |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8" ?> | |
| <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"> | |
| <xs:simpleType name="versiontype"> | |
| <xs:restriction base="xs:string"/> | |
| </xs:simpleType> | |
| <xs:complexType name="targettype"> | |
| <xs:sequence> | |
| <xs:element name="id" type="xs:string"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <boost/mp11/list.hpp> | |
| #include <boost/mp11/utility.hpp> | |
| #include <boost/mp11/algorithm.hpp> | |
| #include <type_traits> | |
| #include <cstddef> | |
| struct _ {}; | |
| namespace detail { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <cstddef> | |
| #include <type_traits> | |
| #include <boost/mp11/list.hpp> | |
| #include <boost/mp11/bind.hpp> | |
| #include <boost/mp11/utility.hpp> | |
| #include <boost/mp11/function.hpp> | |
| #include <boost/mp11/integral.hpp> | |
| #include <boost/mp11/algorithm.hpp> | |
| #include <boost/mp11/map.hpp> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <exception> | |
| #include <string> | |
| #include <memory> | |
| #include <jni.h> | |
| #include <jnif/jnif.hpp> | |
| class jni_class_loader { | |
| public: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <cstddef> | |
| namespace nonstd { | |
| namespace detail { | |
| template <class Tag, class Type = int, Type Start = 0, Type Step = 1> | |
| class meta_counter { | |
| template <Type N> | |
| struct flag { | |
| friend constexpr bool adl_flag (flag<N>); | |
| }; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <utility> | |
| template <std::size_t Index, class T> | |
| struct indexed_pack_element { | |
| constexpr static T element(std::integral_constant<std::size_t, Index>); | |
| }; | |
| template <class IndexSeq, class... Ts> | |
| struct pack_indices_impl; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <cstdlib> | |
| #include <array> | |
| #include <boost/mp11/list.hpp> | |
| #include <boost/mp11/algorithm.hpp> | |
| using namespace boost::mp11; | |
| template <class C, C... Cs> | |
| struct nttp_string {}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <boost/mp11/map.hpp> | |
| #include <boost/mp11/list.hpp> | |
| namespace ct { | |
| using namespace boost::mp11; | |
| template <class C, C... Cs> | |
| struct nttp_string { | |
| constexpr static C data[sizeof...(Cs)] = {Cs...}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <boost/preprocessor/punctuation/is_begin_parens.hpp> | |
| #include <boost/preprocessor/punctuation/remove_parens.hpp> | |
| #include <boost/preprocessor/control/if.hpp> | |
| #include <boost/preprocessor/seq/for_each.hpp> | |
| #include <boost/preprocessor/seq/variadic_seq_to_seq.hpp> | |
| namespace metalambda { | |
| template <auto T> |
OlderNewer