Changeset 10818 for code/branches/cpp11_v2/src/libraries
- Timestamp:
- Nov 19, 2015, 7:55:11 PM (9 years ago)
- Location:
- code/branches/cpp11_v2/src/libraries
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v2/src/libraries/core/config/SettingsConfigFile.h
r10769 r10818 68 68 ~SettingsConfigFile(); 69 69 70 void load() ; // tolua_export70 void load() override; // tolua_export 71 71 void setFilename(const std::string& filename); // tolua_export 72 72 void clean(bool bCleanComments = false); // tolua_export -
code/branches/cpp11_v2/src/libraries/util/Math.h
r10813 r10818 182 182 { 183 183 // Default, raise a compiler error without including large boost header cascade. 184 T temp ();184 T temp{}; 185 185 *********temp; // If you reach this code, you abused zeroise()! 186 186 return temp;
Note: See TracChangeset
for help on using the changeset viewer.