This website works better with JavaScript.
Explore
Help
Sign In
mirror
/
innoextract
mirror of
https://github.com/dscharrer/innoextract.git
Watch
1
Star
0
Fork
You've already forked innoextract
0
Code
Issues
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
922
Commits
2
Branches
12
Tags
56 MiB
C++
88.4%
CMake
11.6%
Branch:
master
coverity_scan
master
1.0
1.1
1.2
1.3
1.4
1.4-windows-r1
1.4-windows-r2
1.5
1.6
1.7
1.8
1.9
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
innoextract
/
cmake
/
check
/
cxx11-std-unique_ptr.cpp
6 lines
86 B
Raw
Permalink
Blame
History
#
include
<memory>
int
main
(
)
{
std
:
:
unique_ptr
<
char
>
ptr
(
new
char
)
;
return
!
ptr
;
}
Reference in new issue
Copy Permalink