[ET Trac] [Einstein Toolkit] #1729: Switch Carpet to new bboxset class implementation
Einstein Toolkit
trac-noreply at einsteintoolkit.org
Tue Jan 13 09:29:20 CST 2015
#1729: Switch Carpet to new bboxset class implementation
--------------------------+-------------------------------------------------
Reporter: eschnett | Owner: eschnett
Type: enhancement | Status: review
Priority: major | Milestone:
Component: Carpet | Version: development version
Resolution: | Keywords:
--------------------------+-------------------------------------------------
Comment (by hinder):
According to http://www.stroustrup.com/C++11FAQ.html#11, we could test the
{{{__cplusplus}}} macro. See also
http://stackoverflow.com/questions/5047971/how-do-i-check-for-c11-support.
{{{
#if __cplusplus <= 199711L
#error This library needs at least a C++11 compliant compiler
#endif
}}}
Maybe we could try this?
--
Ticket URL: <https://trac.einsteintoolkit.org/ticket/1729#comment:6>
Einstein Toolkit <http://einsteintoolkit.org>
The Einstein Toolkit
More information about the Trac
mailing list