Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 17, 2016, 6:41:22 PM (8 years ago)
Author:
landauf
Message:

merged remaining commits from cpp11_v2 to cpp11_v3 (for some reason they were not merged in the first attempt)

Location:
code/branches/cpp11_v3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/cpp11_v3

  • code/branches/cpp11_v3/src/OrxonoxConfig.h.in

    r11054 r11068  
    207207#endif
    208208
    209 // Forward declare the everywhere used std::string
    210 namespace std
    211 {
    212     template<class _Elem> struct char_traits;
    213     template<class _Ty>   class  allocator;
    214     template<class _Elem, class _Traits, class _Ax> class basic_string;
    215     typedef basic_string<char, char_traits<char>, allocator<char>> string;
    216 }
    217 
    218209// Define Boost Filesystem version
    219210#include <boost/version.hpp>
Note: See TracChangeset for help on using the changeset viewer.