Changeset b6d7f44 for src/Common
- Timestamp:
- May 6, 2018, 11:24:17 PM (7 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, with_gc
- Children:
- 01ff4e1, 10cfad9
- Parents:
- 7867eb9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/Common/utility.h ¶
r7867eb9 rb6d7f44 10 10 // Created On : Mon May 18 07:44:20 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Thu May 3 12:18:31201813 // Update Count : 3912 // Last Modified On : Sun May 6 22:24:16 2018 13 // Update Count : 40 14 14 // 15 15 … … 442 442 template<typename T> 443 443 inline 444 #if __GNUC__ > 4444 #if defined(__GNUC__) && __GNUC__ > 4 445 445 constexpr 446 446 #endif
Note: See TracChangeset
for help on using the changeset viewer.