mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-09 07:39:47 -05:00
77b515f3eb
Rename to Step 12 and ensure that it follows Step 11
7 lines
75 B
C++
7 lines
75 B
C++
|
|
namespace mathfunctions {
|
|
namespace detail {
|
|
double mysqrt(double x);
|
|
}
|
|
}
|