Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
solverstack
ScalFMM
Commits
1002c8aa
Commit
1002c8aa
authored
Mar 05, 2015
by
Samuel Pitoiset
Committed by
BRAMAS Berenger
Mar 08, 2015
Browse files
Src/Utils: fix english in the warning msg when mem stats are enabled
parent
e9b5656e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Src/Utils/FMemStats.h
View file @
1002c8aa
...
...
@@ -30,7 +30,7 @@
#ifdef ScalFMM_USE_MEM_STATS
#include
<new>
#include
<stdexcept>
#warning You are using mem
e
stats
#warning You are using mem stats
void
*
operator
new
(
std
::
size_t
n
);
void
*
operator
new
(
std
::
size_t
size
,
const
std
::
nothrow_t
&
nothrow_value
)
noexcept
;
void
*
operator
new
[](
std
::
size_t
n
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment