repo.or.cz
/
cmake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Updated formatting of documentation plus a little reorganization.
[cmake.git]
/
Tests
/
CxxOnly
/
libcxx1.cxx
blob
da18019d3dbf1ca82ba66c4104a98b3e0f9353ae
1
#include
"libcxx1.h"
2
3
float
LibCxx1Class
::
Method
()
4
{
5
return
2.0
;
6
}